Html Css Color HEX #332382 Persian Indigo

📋 copy color: '#332382'

red 51 ◦ green 35 ◦ blue 130

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

Shades of Persian Indigo #332382

Tints of Persian Indigo #332382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 23.61%
G = 16.2%
B = 60.19%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332382 (or 0x332382) is known color: Persian Indigo. HEX triplet: 33, 23 and 82. RGB value is (51,35,130). Sum of RGB (Red+Green+Blue) = 51+35+130=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #332382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332382 is #CCDC7D. Grayscale: #323232. Windows color (decimal): -13425790 or 8528691. OLE color: 8528691.

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

Color convert

RGB 51 35 130 -
CMYK 0.61 0.73 0 0.49
HSL 250.11º 0.58% 0.32% -
HSV(B) 250.11º 0.73% 0.51% -
XYZ 6 3.52 21.48 -
YUV 50.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 51 35 130 0.61 0.73 0 0.49 250.11 0.58 0.32
Hex 33 23 82 3D 49 0 31 FA 3A 20
Octal 63 43 202 75 111 0 61 372 72 40
Binary 110011 100011 10000010 111101 1001001 0 110001 11111010 111010 100000

Color Harmonies of #332382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332382

Black with #332382

Text Example


Text Example

White with #332382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332382; }

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

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

background-color css

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

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

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

border-color css

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

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

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