Html Css Color HEX #36056D Persian Indigo

📋 copy color: '#36056D'

red 54 ◦ green 5 ◦ blue 109

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

Shades of Persian Indigo #36056D

Tints of Persian Indigo #36056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 32.14%
G = 2.98%
B = 64.88%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36056D (or 0x36056D) is known color: Persian Indigo. HEX triplet: 36, 05 and 6D. RGB value is (54,5,109). Sum of RGB (Red+Green+Blue) = 54+5+109=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #36056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36056D is #C9FA92. Grayscale: #1F1F1F. Windows color (decimal): -13236883 or 7144758. OLE color: 7144758.

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

Color convert

RGB 54 5 109 -
CMYK 0.50 0.95 0 0.57
HSL 268.27º 0.91% 0.22% -
HSV(B) 268.27º 0.95% 0.43% -
XYZ 4.34 2 14.62 -
YUV 31.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 54 5 109 0.50 0.95 0 0.57 268.27 0.91 0.22
Hex 36 5 6D 32 5F 0 39 10C 5B 16
Octal 66 5 155 62 137 0 71 414 133 26
Binary 110110 101 1101101 110010 1011111 0 111001 100001100 1011011 10110

Color Harmonies of #36056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36056D

Black with #36056D

Text Example


Text Example

White with #36056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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