Html Css Color HEX #27096C Persian Indigo

📋 copy color: '#27096C'

red 39 ◦ green 9 ◦ blue 108

#27096C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #27096C

Tints of Persian Indigo #27096C

RGB

 RED value IS 39 (15.63% from 255) = 25%

 GREEN value IS 9 (3.91% from 255) = 5.77%

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 25%
G = 5.77%
B = 69.23%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#27096C (or 0x27096C) is known color: Persian Indigo. HEX triplet: 27, 09 and 6C. RGB value is (39,9,108). Sum of RGB (Red+Green+Blue) = 39+9+108=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #27096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27096C is #D8F693. Grayscale: #1C1C1C. Windows color (decimal): -14218900 or 7080231. OLE color: 7080231.

HSL color Cylindrical-coordinate representation of color #27096C: hue angle of 258.18º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27096C is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 9 108 -
CMYK 0.64 0.92 0 0.58
HSL 258.18º 0.85% 0.23% -
HSV(B) 258.18º 0.92% 0.42% -
XYZ 3.64 1.71 14.33 -
YUV 29.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 39 9 108 0.64 0.92 0 0.58 258.18 0.85 0.23
Hex 27 9 6C 40 5C 0 3A 102 55 17
Octal 47 11 154 100 134 0 72 402 125 27
Binary 100111 1001 1101100 1000000 1011100 0 111010 100000010 1010101 10111

Color Harmonies of #27096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27096C

Black with #27096C

Text Example


Text Example

White with #27096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27096C; }

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

 H1.HeaderClassName
 {
   color: #27096C;
 }
 .AnyTagClassName
 {
   color: #27096C;
 }
</style>

background-color css

<style>
 a { background-color: #27096C; }

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

 div.DivClassName
 {
   background-color: #27096C;
 }
 .BgClassName
 {
   background-color: #27096C;
 }
</style>

border-color css

<style>
 span { border-color: #27096C; }

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

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