Html Css Color HEX #322287 Persian Indigo

📋 copy color: '#322287'

red 50 ◦ green 34 ◦ blue 135

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

Shades of Persian Indigo #322287

Tints of Persian Indigo #322287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

 BLUE value IS 135 (53.13% from 255) = 61.64%

R = 22.83%
G = 15.53%
B = 61.64%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#322287 (or 0x322287) is known color: Persian Indigo. HEX triplet: 32, 22 and 87. RGB value is (50,34,135). Sum of RGB (Red+Green+Blue) = 50+34+135=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #322287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322287 is #CDDD78. Grayscale: #313131. Windows color (decimal): -13491577 or 8856114. OLE color: 8856114.

HSL color Cylindrical-coordinate representation of color #322287: hue angle of 249.5º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322287 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 34 135 -
CMYK 0.63 0.75 0 0.47
HSL 249.5º 0.6% 0.33% -
HSV(B) 249.5º 0.75% 0.53% -
XYZ 6.26 3.57 23.28 -
YUV 50.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 50 34 135 0.63 0.75 0 0.47 249.5 0.6 0.33
Hex 32 22 87 3F 4B 0 2F FA 3C 21
Octal 62 42 207 77 113 0 57 372 74 41
Binary 110010 100010 10000111 111111 1001011 0 101111 11111010 111100 100001

Color Harmonies of #322287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322287

Black with #322287

Text Example


Text Example

White with #322287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322287; }

 p { color: rgb(50,34,135); }

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

background-color css

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

 a { background-color: rgb(50,34,135); }

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

border-color css

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

 span { border-color: rgb(50,34,135); }

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