Html Css Color HEX #27086E Persian Indigo

📋 copy color: '#27086E'

red 39 ◦ green 8 ◦ blue 110

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

Shades of Persian Indigo #27086E

Tints of Persian Indigo #27086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

 BLUE value IS 110 (43.36% from 255) = 70.06%

R = 24.84%
G = 5.1%
B = 70.06%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27086E (or 0x27086E) is known color: Persian Indigo. HEX triplet: 27, 08 and 6E. RGB value is (39,8,110). Sum of RGB (Red+Green+Blue) = 39+8+110=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #27086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27086E is #D8F791. Grayscale: #1C1C1C. Windows color (decimal): -14219154 or 7211047. OLE color: 7211047.

HSL color Cylindrical-coordinate representation of color #27086E: hue angle of 258.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27086E is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 8 110 -
CMYK 0.65 0.93 0 0.57
HSL 258.24º 0.86% 0.23% -
HSV(B) 258.24º 0.93% 0.43% -
XYZ 3.74 1.73 14.89 -
YUV 28.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 39 8 110 0.65 0.93 0 0.57 258.24 0.86 0.23
Hex 27 8 6E 41 5D 0 39 102 56 17
Octal 47 10 156 101 135 0 71 402 126 27
Binary 100111 1000 1101110 1000001 1011101 0 111001 100000010 1010110 10111

Color Harmonies of #27086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27086E

Black with #27086E

Text Example


Text Example

White with #27086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27086E; }

 p { color: rgb(39,8,110); }

 H1.HeaderClassName
 {
   color: #27086E;
 }
 .AnyTagClassName
 {
   color: #27086E;
 }
</style>

background-color css

<style>
 a { background-color: #27086E; }

 a { background-color: rgb(39,8,110); }

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

border-color css

<style>
 span { border-color: #27086E; }

 span { border-color: rgb(39,8,110); }

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