Html Css Color HEX #322288 Persian Indigo

📋 copy color: '#322288'

red 50 ◦ green 34 ◦ blue 136

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

Shades of Persian Indigo #322288

Tints of Persian Indigo #322288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 22.73%
G = 15.45%
B = 61.82%

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

#322288 (or 0x322288) is known color: Persian Indigo. HEX triplet: 32, 22 and 88. RGB value is (50,34,136). Sum of RGB (Red+Green+Blue) = 50+34+136=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #322288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322288 is #CDDD77. Grayscale: #323232. Windows color (decimal): -13491576 or 8921650. OLE color: 8921650.

HSL color Cylindrical-coordinate representation of color #322288: hue angle of 249.41º 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 #322288 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 34 136 -
CMYK 0.63 0.75 0 0.47
HSL 249.41º 0.6% 0.33% -
HSV(B) 249.41º 0.75% 0.53% -
XYZ 6.33 3.6 23.65 -
YUV 50.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 50 34 136 0.63 0.75 0 0.47 249.41 0.6 0.33
Hex 32 22 88 3F 4B 0 2F F9 3C 21
Octal 62 42 210 77 113 0 57 371 74 41
Binary 110010 100010 10001000 111111 1001011 0 101111 11111001 111100 100001

Color Harmonies of #322288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322288

Black with #322288

Text Example


Text Example

White with #322288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322288; }

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

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

background-color css

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

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

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

border-color css

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

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

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