Html Css Color HEX #36017C Persian Indigo

📋 copy color: '#36017C'

red 54 ◦ green 1 ◦ blue 124

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

Shades of Persian Indigo #36017C

Tints of Persian Indigo #36017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 69.27%

R = 30.17%
G = 0.56%
B = 69.27%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36017C (or 0x36017C) is known color: Persian Indigo. HEX triplet: 36, 01 and 7C. RGB value is (54,1,124). Sum of RGB (Red+Green+Blue) = 54+1+124=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #36017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36017C is #C9FE83. Grayscale: #1E1E1E. Windows color (decimal): -13237892 or 8126774. OLE color: 8126774.

HSL color Cylindrical-coordinate representation of color #36017C: hue angle of 265.85º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36017C is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 1 124 -
CMYK 0.56 0.99 0 0.51
HSL 265.85º 0.98% 0.25% -
HSV(B) 265.85º 0.99% 0.49% -
XYZ 5.17 2.26 19.23 -
YUV 30.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 54 1 124 0.56 0.99 0 0.51 265.85 0.98 0.25
Hex 36 1 7C 38 63 0 33 10A 62 19
Octal 66 1 174 70 143 0 63 412 142 31
Binary 110110 1 1111100 111000 1100011 0 110011 100001010 1100010 11001

Color Harmonies of #36017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36017C

Black with #36017C

Text Example


Text Example

White with #36017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36017C; }

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

 H1.HeaderClassName
 {
   color: #36017C;
 }
 .AnyTagClassName
 {
   color: #36017C;
 }
</style>

background-color css

<style>
 a { background-color: #36017C; }

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

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

border-color css

<style>
 span { border-color: #36017C; }

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

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