Html Css Color HEX #320988 Persian Indigo

📋 copy color: '#320988'

red 50 ◦ green 9 ◦ blue 136

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

Shades of Persian Indigo #320988

Tints of Persian Indigo #320988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

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

R = 25.64%
G = 4.62%
B = 69.74%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#320988 (or 0x320988) is known color: Persian Indigo. HEX triplet: 32, 09 and 88. RGB value is (50,9,136). Sum of RGB (Red+Green+Blue) = 50+9+136=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #320988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320988 is #CDF677. Grayscale: #232323. Windows color (decimal): -13497976 or 8915250. OLE color: 8915250.

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

Color convert

RGB 50 9 136 -
CMYK 0.63 0.93 0 0.47
HSL 259.37º 0.88% 0.28% -
HSV(B) 259.37º 0.93% 0.53% -
XYZ 5.86 2.65 23.5 -
YUV 35.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 50 9 136 0.63 0.93 0 0.47 259.37 0.88 0.28
Hex 32 9 88 3F 5D 0 2F 103 58 1C
Octal 62 11 210 77 135 0 57 403 130 34
Binary 110010 1001 10001000 111111 1011101 0 101111 100000011 1011000 11100

Color Harmonies of #320988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320988

Black with #320988

Text Example


Text Example

White with #320988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320988; }

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

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

background-color css

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

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

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

border-color css

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

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

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