#27197D

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

Shades of Persian Indigo #27197D

Tints of Persian Indigo #27197D

Color information

#27197D (or 0x27197D) is unknown color: approx Persian Indigo. HEX triplet: 27, 19 and 7D. RGB value is (39,25,125). Sum of RGB (Red+Green+Blue) = 39+25+125=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #27197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27197D is #D8E682. Grayscale: #282828. Windows color (decimal): -14214787 or 8198439. OLE color: 8198439.

HSL color Cylindrical-coordinate representation of color #27197D: hue angle of 248.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27197D is Cyan = 0.69, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3925125-
CMYK0.690.800.51
HSL248.4º66.67%29.41%-
HSV(B)248.4º80%49.02%-
XYZ4.892.6119.65-
YUV40.59175.64126.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 125 (49.22% from 255) = 66.14%
R=20.63%
G=13.23%
B=66.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39251250.690.800.51248.466.6729.41
Hex27197D4550033f8431d
Octal473117510512006337010335
Binary10011111001111110110001011010000011001111111000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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