Html Css Color HEX #322482 Persian Indigo

📋 copy color: '#322482'

red 50 ◦ green 36 ◦ blue 130

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

Shades of Persian Indigo #322482

Tints of Persian Indigo #322482

RGB

 RED value IS 50 (19.92% from 255) = 23.15%

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

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

R = 23.15%
G = 16.67%
B = 60.19%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#322482 (or 0x322482) is known color: Persian Indigo. HEX triplet: 32, 24 and 82. RGB value is (50,36,130). Sum of RGB (Red+Green+Blue) = 50+36+130=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 36 (14.45% from 255 or 16.67% 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 #322482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322482 is #CDDB7D. Grayscale: #323232. Windows color (decimal): -13491070 or 8528946. OLE color: 8528946.

HSL color Cylindrical-coordinate representation of color #322482: hue angle of 248.94º 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 #322482 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 36 130 -
CMYK 0.62 0.72 0 0.49
HSL 248.94º 0.57% 0.33% -
HSV(B) 248.94º 0.72% 0.51% -
XYZ 5.98 3.55 21.49 -
YUV 50.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 50 36 130 0.62 0.72 0 0.49 248.94 0.57 0.33
Hex 32 24 82 3E 48 0 31 F9 39 21
Octal 62 44 202 76 110 0 61 371 71 41
Binary 110010 100100 10000010 111110 1001000 0 110001 11111001 111001 100001

Color Harmonies of #322482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322482

Black with #322482

Text Example


Text Example

White with #322482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322482; }

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

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

background-color css

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

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

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

border-color css

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

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

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