Html Css Color HEX #36019F Persian Indigo

📋 copy color: '#36019F'

red 54 ◦ green 1 ◦ blue 159

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

Shades of Persian Indigo #36019F

Tints of Persian Indigo #36019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 159 (62.5% from 255) = 74.3%

R = 25.23%
G = 0.47%
B = 74.3%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36019F (or 0x36019F) is known color: Persian Indigo. HEX triplet: 36, 01 and 9F. RGB value is (54,1,159). Sum of RGB (Red+Green+Blue) = 54+1+159=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #36019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36019F is #C9FE60. Grayscale: #222222. Windows color (decimal): -13237857 or 10420534. OLE color: 10420534.

HSL color Cylindrical-coordinate representation of color #36019F: hue angle of 260.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36019F is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 1 159 -
CMYK 0.66 0.99 0 0.38
HSL 260.13º 0.99% 0.31% -
HSV(B) 260.13º 0.99% 0.62% -
XYZ 7.79 3.31 33.03 -
YUV 34.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 54 1 159 0.66 0.99 0 0.38 260.13 0.99 0.31
Hex 36 1 9F 42 63 0 26 104 63 1F
Octal 66 1 237 102 143 0 46 404 143 37
Binary 110110 1 10011111 1000010 1100011 0 100110 100000100 1100011 11111

Color Harmonies of #36019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36019F

Black with #36019F

Text Example


Text Example

White with #36019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,1,159); }

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

background-color css

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

 a { background-color: rgb(54,1,159); }

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

border-color css

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

 span { border-color: rgb(54,1,159); }

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