Html Css Color HEX #322585 Persian Indigo

📋 copy color: '#322585'

red 50 ◦ green 37 ◦ blue 133

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

Shades of Persian Indigo #322585

Tints of Persian Indigo #322585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.45%

R = 22.73%
G = 16.82%
B = 60.45%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#322585 (or 0x322585) is known color: Persian Indigo. HEX triplet: 32, 25 and 85. RGB value is (50,37,133). Sum of RGB (Red+Green+Blue) = 50+37+133=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #322585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322585 is #CDDA7A. Grayscale: #333333. Windows color (decimal): -13490811 or 8725810. OLE color: 8725810.

HSL color Cylindrical-coordinate representation of color #322585: hue angle of 248.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322585 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 37 133 -
CMYK 0.62 0.72 0 0.48
HSL 248.13º 0.56% 0.33% -
HSV(B) 248.13º 0.72% 0.52% -
XYZ 6.21 3.69 22.58 -
YUV 51.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 50 37 133 0.62 0.72 0 0.48 248.13 0.56 0.33
Hex 32 25 85 3E 48 0 30 F8 38 21
Octal 62 45 205 76 110 0 60 370 70 41
Binary 110010 100101 10000101 111110 1001000 0 110000 11111000 111000 100001

Color Harmonies of #322585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322585

Black with #322585

Text Example


Text Example

White with #322585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322585; }

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

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

background-color css

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

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

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

border-color css

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

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

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