Html Css Color HEX #36217B Persian Indigo

📋 copy color: '#36217B'

red 54 ◦ green 33 ◦ blue 123

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

Shades of Persian Indigo #36217B

Tints of Persian Indigo #36217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.57%

R = 25.71%
G = 15.71%
B = 58.57%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36217B (or 0x36217B) is known color: Persian Indigo. HEX triplet: 36, 21 and 7B. RGB value is (54,33,123). Sum of RGB (Red+Green+Blue) = 54+33+123=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #36217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36217B is #C9DE84. Grayscale: #313131. Windows color (decimal): -13229701 or 8069430. OLE color: 8069430.

HSL color Cylindrical-coordinate representation of color #36217B: hue angle of 254º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36217B is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 33 123 -
CMYK 0.56 0.73 0 0.52
HSL 254º 0.58% 0.31% -
HSV(B) 254º 0.73% 0.48% -
XYZ 5.64 3.3 19.08 -
YUV 49.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 54 33 123 0.56 0.73 0 0.52 254 0.58 0.31
Hex 36 21 7B 38 49 0 34 FE 3A 1F
Octal 66 41 173 70 111 0 64 376 72 37
Binary 110110 100001 1111011 111000 1001001 0 110100 11111110 111010 11111

Color Harmonies of #36217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36217B

Black with #36217B

Text Example


Text Example

White with #36217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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