#27197f

Color #27197F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #27197F

Tints of Persian Indigo #27197F

Color information

#27197F (or 0x27197F) is unknown color: approx Persian Indigo. HEX triplet: 27, 19 and 7F. RGB value is (39,25,127). Sum of RGB (Red+Green+Blue) = 39+25+127=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #27197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27197F is #D8E680. Grayscale: #282828. Windows color (decimal): -14214785 or 8329511. OLE color: 8329511.

HSL color Cylindrical-coordinate representation of color #27197F: hue angle of 248.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27197F is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3925127-
CMYK0.690.8000.50
HSL248.24º67.11%29.8%-
HSV(B)248.24º80.31%49.8%-
XYZ5.022.6620.33-
YUV40.81176.64126.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 127 (50% from 255) = 66.49%
R=20.42%
G=13.09%
B=66.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39251270.690.8000.50248.2467.1129.8
Hex27197F4550032f8431e
Octal473117710512006237010336
Binary10011111001111111110001011010000011001011111000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27197f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27197f; }

 p { color: rgb(39,25,127); }

 H1.HeaderClassName
 {
   color: #27197f;
 }
 .AnyTagClassName
 {
   color: #27197f;
 }
</style>
background-color css

<style>
 a { background-color: #27197f; }

 a { background-color: rgb(39,25,127); }

 div.DivClassName
 {
   background-color: #27197f;
 }
 .BgClassName
 {
   background-color: #27197f;
 }
</style>
border-color css

<style>
 span { border-color: #27197f; }

 span { border-color: rgb(39,25,127); }

 td.TdClassName
 {
   border-color: #27197f;
 }
 .TagClassName
 {
   border-color: #27197f;
 }
</style>