Html Css Color HEX #322583 Persian Indigo

📋 copy color: '#322583'

red 50 ◦ green 37 ◦ blue 131

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

Shades of Persian Indigo #322583

Tints of Persian Indigo #322583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 131 (51.56% from 255) = 60.09%

R = 22.94%
G = 16.97%
B = 60.09%

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

#322583 (or 0x322583) is known color: Persian Indigo. HEX triplet: 32, 25 and 83. RGB value is (50,37,131). Sum of RGB (Red+Green+Blue) = 50+37+131=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #322583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322583 is #CDDA7C. Grayscale: #333333. Windows color (decimal): -13490813 or 8594738. OLE color: 8594738.

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

Color convert

RGB 50 37 131 -
CMYK 0.62 0.72 0 0.49
HSL 248.3º 0.56% 0.33% -
HSV(B) 248.3º 0.72% 0.51% -
XYZ 6.07 3.64 21.86 -
YUV 51.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 50 37 131 0.62 0.72 0 0.49 248.3 0.56 0.33
Hex 32 25 83 3E 48 0 31 F8 38 21
Octal 62 45 203 76 110 0 61 370 70 41
Binary 110010 100101 10000011 111110 1001000 0 110001 11111000 111000 100001

Color Harmonies of #322583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322583

Black with #322583

Text Example


Text Example

White with #322583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322583; }

 p { color: rgb(50,37,131); }

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

background-color css

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

 a { background-color: rgb(50,37,131); }

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

border-color css

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

 span { border-color: rgb(50,37,131); }

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