Html Css Color HEX #36217F Persian Indigo

📋 copy color: '#36217F'

red 54 ◦ green 33 ◦ blue 127

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

Shades of Persian Indigo #36217F

Tints of Persian Indigo #36217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 25.23%
G = 15.42%
B = 59.35%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36217F (or 0x36217F) is known color: Persian Indigo. HEX triplet: 36, 21 and 7F. RGB value is (54,33,127). Sum of RGB (Red+Green+Blue) = 54+33+127=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #36217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36217F is #C9DE80. Grayscale: #313131. Windows color (decimal): -13229697 or 8331574. OLE color: 8331574.

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

Color convert

RGB 54 33 127 -
CMYK 0.57 0.74 0 0.50
HSL 253.4º 0.59% 0.31% -
HSV(B) 253.4º 0.74% 0.5% -
XYZ 5.9 3.4 20.43 -
YUV 50 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 54 33 127 0.57 0.74 0 0.50 253.4 0.59 0.31
Hex 36 21 7F 39 4A 0 32 FD 3B 1F
Octal 66 41 177 71 112 0 62 375 73 37
Binary 110110 100001 1111111 111001 1001010 0 110010 11111101 111011 11111

Color Harmonies of #36217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36217F

Black with #36217F

Text Example


Text Example

White with #36217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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