Html Css Color HEX #322375 Persian Indigo

📋 copy color: '#322375'

red 50 ◦ green 35 ◦ blue 117

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

Shades of Persian Indigo #322375

Tints of Persian Indigo #322375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.92%

R = 24.75%
G = 17.33%
B = 57.92%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322375 (or 0x322375) is known color: Persian Indigo. HEX triplet: 32, 23 and 75. RGB value is (50,35,117). Sum of RGB (Red+Green+Blue) = 50+35+117=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #322375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322375 is #CDDC8A. Grayscale: #303030. Windows color (decimal): -13491339 or 7676722. OLE color: 7676722.

HSL color Cylindrical-coordinate representation of color #322375: hue angle of 250.98º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322375 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 35 117 -
CMYK 0.57 0.70 0 0.54
HSL 250.98º 0.54% 0.3% -
HSV(B) 250.98º 0.7% 0.46% -
XYZ 5.13 3.16 17.17 -
YUV 48.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 50 35 117 0.57 0.70 0 0.54 250.98 0.54 0.3
Hex 32 23 75 39 46 0 36 FB 36 1E
Octal 62 43 165 71 106 0 66 373 66 36
Binary 110010 100011 1110101 111001 1000110 0 110110 11111011 110110 11110

Color Harmonies of #322375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322375

Black with #322375

Text Example


Text Example

White with #322375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322375; }

 p { color: rgb(50,35,117); }

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

background-color css

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

 a { background-color: rgb(50,35,117); }

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

border-color css

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

 span { border-color: rgb(50,35,117); }

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