Html Css Color HEX #36218B Persian Indigo

📋 copy color: '#36218B'

red 54 ◦ green 33 ◦ blue 139

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

Shades of Persian Indigo #36218B

Tints of Persian Indigo #36218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 23.89%
G = 14.6%
B = 61.5%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36218B (or 0x36218B) is known color: Persian Indigo. HEX triplet: 36, 21 and 8B. RGB value is (54,33,139). Sum of RGB (Red+Green+Blue) = 54+33+139=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #36218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36218B is #C9DE74. Grayscale: #323232. Windows color (decimal): -13229685 or 9118006. OLE color: 9118006.

HSL color Cylindrical-coordinate representation of color #36218B: hue angle of 251.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36218B is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 33 139 -
CMYK 0.61 0.76 0 0.45
HSL 251.89º 0.62% 0.34% -
HSV(B) 251.89º 0.76% 0.55% -
XYZ 6.73 3.74 24.79 -
YUV 51.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 54 33 139 0.61 0.76 0 0.45 251.89 0.62 0.34
Hex 36 21 8B 3D 4C 0 2D FC 3E 22
Octal 66 41 213 75 114 0 55 374 76 42
Binary 110110 100001 10001011 111101 1001100 0 101101 11111100 111110 100010

Color Harmonies of #36218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36218B

Black with #36218B

Text Example


Text Example

White with #36218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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