Html Css Color HEX #36056F Persian Indigo

📋 copy color: '#36056F'

red 54 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #36056F

Tints of Persian Indigo #36056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 111 (43.75% from 255) = 65.29%

R = 31.76%
G = 2.94%
B = 65.29%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#36056F (or 0x36056F) is known color: Persian Indigo. HEX triplet: 36, 05 and 6F. RGB value is (54,5,111). Sum of RGB (Red+Green+Blue) = 54+5+111=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #36056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36056F is #C9FA90. Grayscale: #1F1F1F. Windows color (decimal): -13236881 or 7275830. OLE color: 7275830.

HSL color Cylindrical-coordinate representation of color #36056F: hue angle of 267.74º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36056F is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 5 111 -
CMYK 0.51 0.95 0 0.56
HSL 267.74º 0.91% 0.23% -
HSV(B) 267.74º 0.95% 0.44% -
XYZ 4.44 2.04 15.2 -
YUV 31.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 54 5 111 0.51 0.95 0 0.56 267.74 0.91 0.23
Hex 36 5 6F 33 5F 0 38 10C 5B 17
Octal 66 5 157 63 137 0 70 414 133 27
Binary 110110 101 1101111 110011 1011111 0 111000 100001100 1011011 10111

Color Harmonies of #36056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36056F

Black with #36056F

Text Example


Text Example

White with #36056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,5,111); }

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

background-color css

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

 a { background-color: rgb(54,5,111); }

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

border-color css

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

 span { border-color: rgb(54,5,111); }

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