Html Css Color HEX #27086C Persian Indigo

📋 copy color: '#27086C'

red 39 ◦ green 8 ◦ blue 108

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

Shades of Persian Indigo #27086C

Tints of Persian Indigo #27086C

RGB

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

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

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

R = 25.16%
G = 5.16%
B = 69.68%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#27086C (or 0x27086C) is known color: Persian Indigo. HEX triplet: 27, 08 and 6C. RGB value is (39,8,108). Sum of RGB (Red+Green+Blue) = 39+8+108=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #27086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27086C is #D8F793. Grayscale: #1C1C1C. Windows color (decimal): -14219156 or 7079975. OLE color: 7079975.

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

Color convert

RGB 39 8 108 -
CMYK 0.64 0.93 0 0.58
HSL 258.6º 0.86% 0.23% -
HSV(B) 258.6º 0.93% 0.42% -
XYZ 3.63 1.69 14.32 -
YUV 28.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 39 8 108 0.64 0.93 0 0.58 258.6 0.86 0.23
Hex 27 8 6C 40 5D 0 3A 103 56 17
Octal 47 10 154 100 135 0 72 403 126 27
Binary 100111 1000 1101100 1000000 1011101 0 111010 100000011 1010110 10111

Color Harmonies of #27086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27086C

Black with #27086C

Text Example


Text Example

White with #27086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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