#27097B

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

Shades of Persian Indigo #27097B

Tints of Persian Indigo #27097B

Color information

#27097B (or 0x27097B) is unknown color: approx Persian Indigo. HEX triplet: 27, 09 and 7B. RGB value is (39,9,123). Sum of RGB (Red+Green+Blue) = 39+9+123=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #27097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27097B is #D8F684. Grayscale: #1E1E1E. Windows color (decimal): -14218885 or 8063271. OLE color: 8063271.

HSL color Cylindrical-coordinate representation of color #27097B: hue angle of 255.79º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27097B is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB399123-
CMYK0.680.9300.52
HSL255.79º86.36%25.88%-
HSV(B)255.79º92.68%48.24%-
XYZ4.512.0618.9-
YUV30.97179.94133.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 123 (48.44% from 255) = 71.93%
R=22.81%
G=5.26%
B=71.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3991230.680.9300.52255.7986.3625.88
Hex2797B445D034100561a
Octal471117310413506440012632
Binary10011110011111011100010010111010110100100000000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27097B; }

 p { color: rgb(39,9,123); }

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

<style>
 a { background-color: #27097B; }

 a { background-color: rgb(39,9,123); }

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

<style>
 span { border-color: #27097B; }

 span { border-color: rgb(39,9,123); }

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