Html Css Color HEX #332182 Persian Indigo

📋 copy color: '#332182'

red 51 ◦ green 33 ◦ blue 130

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

Shades of Persian Indigo #332182

Tints of Persian Indigo #332182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.75%

R = 23.83%
G = 15.42%
B = 60.75%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332182 (or 0x332182) is known color: Persian Indigo. HEX triplet: 33, 21 and 82. RGB value is (51,33,130). Sum of RGB (Red+Green+Blue) = 51+33+130=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #332182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332182 is #CCDE7D. Grayscale: #313131. Windows color (decimal): -13426302 or 8528179. OLE color: 8528179.

HSL color Cylindrical-coordinate representation of color #332182: hue angle of 251.13º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332182 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 33 130 -
CMYK 0.61 0.75 0 0.49
HSL 251.13º 0.6% 0.32% -
HSV(B) 251.13º 0.75% 0.51% -
XYZ 5.94 3.4 21.46 -
YUV 49.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 51 33 130 0.61 0.75 0 0.49 251.13 0.6 0.32
Hex 33 21 82 3D 4B 0 31 FB 3C 20
Octal 63 41 202 75 113 0 61 373 74 40
Binary 110011 100001 10000010 111101 1001011 0 110001 11111011 111100 100000

Color Harmonies of #332182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332182

Black with #332182

Text Example


Text Example

White with #332182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332182; }

 p { color: rgb(51,33,130); }

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

background-color css

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

 a { background-color: rgb(51,33,130); }

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

border-color css

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

 span { border-color: rgb(51,33,130); }

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