Html Css Color HEX #27006E Persian Indigo

📋 copy color: '#27006E'

red 39 ◦ green 0 ◦ blue 110

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

Shades of Persian Indigo #27006E

Tints of Persian Indigo #27006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.17%
G = 0%
B = 73.83%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27006E (or 0x27006E) is known color: Persian Indigo. HEX triplet: 27, 00 and 6E. RGB value is (39,0,110). Sum of RGB (Red+Green+Blue) = 39+0+110=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #27006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27006E is #D8FF91. Grayscale: #171717. Windows color (decimal): -14221202 or 7208999. OLE color: 7208999.

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

Color convert

RGB 39 0 110 -
CMYK 0.65 1 0 0.57
HSL 261.27º 1% 0.22% -
HSV(B) 261.27º 1% 0.43% -
XYZ 3.65 1.56 14.86 -
YUV 24.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 39 0 110 0.65 1 0 0.57 261.27 1 0.22
Hex 27 0 6E 41 64 0 39 105 64 16
Octal 47 0 156 101 144 0 71 405 144 26
Binary 100111 0 1101110 1000001 1100100 0 111001 100000101 1100100 10110

Color Harmonies of #27006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27006E

Black with #27006E

Text Example


Text Example

White with #27006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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