Html Css Color HEX #36067F Persian Indigo

📋 copy color: '#36067F'

red 54 ◦ green 6 ◦ blue 127

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

Shades of Persian Indigo #36067F

Tints of Persian Indigo #36067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

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

R = 28.88%
G = 3.21%
B = 67.91%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36067F (or 0x36067F) is known color: Persian Indigo. HEX triplet: 36, 06 and 7F. RGB value is (54,6,127). Sum of RGB (Red+Green+Blue) = 54+6+127=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #36067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36067F is #C9F980. Grayscale: #212121. Windows color (decimal): -13236609 or 8324662. OLE color: 8324662.

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

Color convert

RGB 54 6 127 -
CMYK 0.57 0.95 0 0.50
HSL 263.8º 0.91% 0.26% -
HSV(B) 263.8º 0.95% 0.5% -
XYZ 5.42 2.45 20.27 -
YUV 34.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 54 6 127 0.57 0.95 0 0.50 263.8 0.91 0.26
Hex 36 6 7F 39 5F 0 32 108 5B 1A
Octal 66 6 177 71 137 0 62 410 133 32
Binary 110110 110 1111111 111001 1011111 0 110010 100001000 1011011 11010

Color Harmonies of #36067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36067F

Black with #36067F

Text Example


Text Example

White with #36067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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