Html Css Color HEX #27005E Persian Indigo

📋 copy color: '#27005E'

red 39 ◦ green 0 ◦ blue 94

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

Shades of Persian Indigo #27005E

Tints of Persian Indigo #27005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 70.68%

R = 29.32%
G = 0%
B = 70.68%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27005E (or 0x27005E) is known color: Persian Indigo. HEX triplet: 27, 00 and 5E. RGB value is (39,0,94). Sum of RGB (Red+Green+Blue) = 39+0+94=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #27005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27005E is #D8FFA1. Grayscale: #161616. Windows color (decimal): -14221218 or 6160423. OLE color: 6160423.

HSL color Cylindrical-coordinate representation of color #27005E: hue angle of 264.89º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27005E is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 0 94 -
CMYK 0.59 1 0 0.63
HSL 264.89º 1% 0.18% -
HSV(B) 264.89º 1% 0.37% -
XYZ 2.86 1.24 10.68 -
YUV 22.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 39 0 94 0.59 1 0 0.63 264.89 1 0.18
Hex 27 0 5E 3B 64 0 3F 109 64 12
Octal 47 0 136 73 144 0 77 411 144 22
Binary 100111 0 1011110 111011 1100100 0 111111 100001001 1100100 10010

Color Harmonies of #27005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27005E

Black with #27005E

Text Example


Text Example

White with #27005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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