Html Css Color HEX #320499 Persian Indigo

📋 copy color: '#320499'

red 50 ◦ green 4 ◦ blue 153

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

Shades of Persian Indigo #320499

Tints of Persian Indigo #320499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 24.15%
G = 1.93%
B = 73.91%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#320499 (or 0x320499) is known color: Persian Indigo. HEX triplet: 32, 04 and 99. RGB value is (50,4,153). Sum of RGB (Red+Green+Blue) = 50+4+153=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #320499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320499 is #CDFB66. Grayscale: #222222. Windows color (decimal): -13499239 or 10028082. OLE color: 10028082.

HSL color Cylindrical-coordinate representation of color #320499: hue angle of 258.52º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320499 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 4 153 -
CMYK 0.67 0.97 0 0.4
HSL 258.52º 0.95% 0.31% -
HSV(B) 258.52º 0.97% 0.6% -
XYZ 7.11 3.06 30.35 -
YUV 34.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 50 4 153 0.67 0.97 0 0.4 258.52 0.95 0.31
Hex 32 4 99 43 61 0 28 103 5F 1F
Octal 62 4 231 103 141 0 50 403 137 37
Binary 110010 100 10011001 1000011 1100001 0 101000 100000011 1011111 11111

Color Harmonies of #320499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320499

Black with #320499

Text Example


Text Example

White with #320499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320499; }

 p { color: rgb(50,4,153); }

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

background-color css

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

 a { background-color: rgb(50,4,153); }

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

border-color css

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

 span { border-color: rgb(50,4,153); }

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