Html Css Color HEX #36027F Persian Indigo

📋 copy color: '#36027F'

red 54 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #36027F

Tints of Persian Indigo #36027F

RGB

 RED value IS 54 (21.48% from 255) = 29.51%

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 127 (50% from 255) = 69.4%

R = 29.51%
G = 1.09%
B = 69.4%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36027F (or 0x36027F) is known color: Persian Indigo. HEX triplet: 36, 02 and 7F. RGB value is (54,2,127). Sum of RGB (Red+Green+Blue) = 54+2+127=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #36027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36027F is #C9FD80. Grayscale: #1F1F1F. Windows color (decimal): -13237633 or 8323638. OLE color: 8323638.

HSL color Cylindrical-coordinate representation of color #36027F: hue angle of 264.96º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36027F is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 2 127 -
CMYK 0.57 0.98 0 0.50
HSL 264.96º 0.97% 0.25% -
HSV(B) 264.96º 0.98% 0.5% -
XYZ 5.37 2.36 20.25 -
YUV 31.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 54 2 127 0.57 0.98 0 0.50 264.96 0.97 0.25
Hex 36 2 7F 39 62 0 32 109 61 19
Octal 66 2 177 71 142 0 62 411 141 31
Binary 110110 10 1111111 111001 1100010 0 110010 100001001 1100001 11001

Color Harmonies of #36027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36027F

Black with #36027F

Text Example


Text Example

White with #36027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36027F; }

 p { color: rgb(54,2,127); }

 H1.HeaderClassName
 {
   color: #36027F;
 }
 .AnyTagClassName
 {
   color: #36027F;
 }
</style>

background-color css

<style>
 a { background-color: #36027F; }

 a { background-color: rgb(54,2,127); }

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

border-color css

<style>
 span { border-color: #36027F; }

 span { border-color: rgb(54,2,127); }

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