Html Css Color HEX #332482 Persian Indigo

📋 copy color: '#332482'

red 51 ◦ green 36 ◦ blue 130

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

Shades of Persian Indigo #332482

Tints of Persian Indigo #332482

RGB

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

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

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

R = 23.5%
G = 16.59%
B = 59.91%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#332482 (or 0x332482) is known color: Persian Indigo. HEX triplet: 33, 24 and 82. RGB value is (51,36,130). Sum of RGB (Red+Green+Blue) = 51+36+130=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #332482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332482 is #CCDB7D. Grayscale: #323232. Windows color (decimal): -13425534 or 8528947. OLE color: 8528947.

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

Color convert

RGB 51 36 130 -
CMYK 0.61 0.72 0 0.49
HSL 249.57º 0.57% 0.33% -
HSV(B) 249.57º 0.72% 0.51% -
XYZ 6.03 3.58 21.49 -
YUV 51.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 51 36 130 0.61 0.72 0 0.49 249.57 0.57 0.33
Hex 33 24 82 3D 48 0 31 FA 39 21
Octal 63 44 202 75 110 0 61 372 71 41
Binary 110011 100100 10000010 111101 1001000 0 110001 11111010 111001 100001

Color Harmonies of #332482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332482

Black with #332482

Text Example


Text Example

White with #332482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332482; }

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

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

background-color css

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

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

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

border-color css

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

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

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