Html Css Color HEX #362195 Persian Indigo

📋 copy color: '#362195'

red 54 ◦ green 33 ◦ blue 149

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

Shades of Persian Indigo #362195

Tints of Persian Indigo #362195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 22.88%
G = 13.98%
B = 63.14%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#362195 (or 0x362195) is known color: Persian Indigo. HEX triplet: 36, 21 and 95. RGB value is (54,33,149). Sum of RGB (Red+Green+Blue) = 54+33+149=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #362195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362195 is #C9DE6A. Grayscale: #343434. Windows color (decimal): -13229675 or 9773366. OLE color: 9773366.

HSL color Cylindrical-coordinate representation of color #362195: hue angle of 250.86º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362195 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 33 149 -
CMYK 0.64 0.78 0 0.42
HSL 250.86º 0.64% 0.36% -
HSV(B) 250.86º 0.78% 0.58% -
XYZ 7.49 4.04 28.82 -
YUV 52.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 54 33 149 0.64 0.78 0 0.42 250.86 0.64 0.36
Hex 36 21 95 40 4E 0 2A FB 40 24
Octal 66 41 225 100 116 0 52 373 100 44
Binary 110110 100001 10010101 1000000 1001110 0 101010 11111011 1000000 100100

Color Harmonies of #362195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362195

Black with #362195

Text Example


Text Example

White with #362195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362195; }

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

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

background-color css

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

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

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

border-color css

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

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

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