#27008b

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

Shades of Persian Indigo #27008B

Tints of Persian Indigo #27008B

Color information

#27008B (or 0x27008B) is unknown color: approx Persian Indigo. HEX triplet: 27, 00 and 8B. RGB value is (39,0,139). Sum of RGB (Red+Green+Blue) = 39+0+139=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #27008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27008B is #D8FF74. Grayscale: #1A1A1A. Windows color (decimal): -14221173 or 9109543. OLE color: 9109543.

HSL color Cylindrical-coordinate representation of color #27008B: hue angle of 256.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27008B is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB390139-
CMYK0.72100.45
HSL256.83º100%27.25%-
HSV(B)256.83º100%54.51%-
XYZ5.52.324.58-
YUV27.51190.92136.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 78.09%
R=21.91%
G=0%
B=78.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3901390.72100.45256.8310027.25
Hex2708B486402D101641b
Octal47021311014405540114433
Binary100111010001011100100011001000101101100000001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27008b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27008b; }

 p { color: rgb(39,0,139); }

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

<style>
 a { background-color: #27008b; }

 a { background-color: rgb(39,0,139); }

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

<style>
 span { border-color: #27008b; }

 span { border-color: rgb(39,0,139); }

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