Html Css Color HEX #332486 Persian Indigo

📋 copy color: '#332486'

red 51 ◦ green 36 ◦ blue 134

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

Shades of Persian Indigo #332486

Tints of Persian Indigo #332486

RGB

 RED value IS 51 (20.31% from 255) = 23.08%

 GREEN value IS 36 (14.45% from 255) = 16.29%

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 23.08%
G = 16.29%
B = 60.63%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#332486 (or 0x332486) is known color: Persian Indigo. HEX triplet: 33, 24 and 86. RGB value is (51,36,134). Sum of RGB (Red+Green+Blue) = 51+36+134=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #332486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332486 is #CCDB79. Grayscale: #333333. Windows color (decimal): -13425530 or 8791091. OLE color: 8791091.

HSL color Cylindrical-coordinate representation of color #332486: hue angle of 249.18º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332486 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 36 134 -
CMYK 0.62 0.73 0 0.47
HSL 249.18º 0.58% 0.33% -
HSV(B) 249.18º 0.73% 0.53% -
XYZ 6.3 3.69 22.93 -
YUV 51.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 51 36 134 0.62 0.73 0 0.47 249.18 0.58 0.33
Hex 33 24 86 3E 49 0 2F F9 3A 21
Octal 63 44 206 76 111 0 57 371 72 41
Binary 110011 100100 10000110 111110 1001001 0 101111 11111001 111010 100001

Color Harmonies of #332486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332486

Black with #332486

Text Example


Text Example

White with #332486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332486; }

 p { color: rgb(51,36,134); }

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

background-color css

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

 a { background-color: rgb(51,36,134); }

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

border-color css

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

 span { border-color: rgb(51,36,134); }

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