Html Css Color HEX #362191 Persian Indigo

📋 copy color: '#362191'

red 54 ◦ green 33 ◦ blue 145

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

Shades of Persian Indigo #362191

Tints of Persian Indigo #362191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.5%

R = 23.28%
G = 14.22%
B = 62.5%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#362191 (or 0x362191) is known color: Persian Indigo. HEX triplet: 36, 21 and 91. RGB value is (54,33,145). Sum of RGB (Red+Green+Blue) = 54+33+145=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #362191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362191 is #C9DE6E. Grayscale: #333333. Windows color (decimal): -13229679 or 9511222. OLE color: 9511222.

HSL color Cylindrical-coordinate representation of color #362191: hue angle of 251.25º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362191 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 33 145 -
CMYK 0.63 0.77 0 0.43
HSL 251.25º 0.63% 0.35% -
HSV(B) 251.25º 0.77% 0.57% -
XYZ 7.18 3.92 27.17 -
YUV 52.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 54 33 145 0.63 0.77 0 0.43 251.25 0.63 0.35
Hex 36 21 91 3F 4D 0 2B FB 3F 23
Octal 66 41 221 77 115 0 53 373 77 43
Binary 110110 100001 10010001 111111 1001101 0 101011 11111011 111111 100011

Color Harmonies of #362191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362191

Black with #362191

Text Example


Text Example

White with #362191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362191; }

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

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

background-color css

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

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

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

border-color css

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

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

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