Html Css Color HEX #321299 Persian Indigo

📋 copy color: '#321299'

red 50 ◦ green 18 ◦ blue 153

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

Shades of Persian Indigo #321299

Tints of Persian Indigo #321299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 22.62%
G = 8.14%
B = 69.23%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#321299 (or 0x321299) is known color: Persian Indigo. HEX triplet: 32, 12 and 99. RGB value is (50,18,153). Sum of RGB (Red+Green+Blue) = 50+18+153=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #321299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321299 is #CDED66. Grayscale: #2A2A2A. Windows color (decimal): -13495655 or 10031666. OLE color: 10031666.

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

Color convert

RGB 50 18 153 -
CMYK 0.67 0.88 0 0.4
HSL 254.22º 0.79% 0.34% -
HSV(B) 254.22º 0.88% 0.6% -
XYZ 7.28 3.41 30.41 -
YUV 42.96 190.1 133.02 -
System Red Green Blue C M Y K H S L
Decimal 50 18 153 0.67 0.88 0 0.4 254.22 0.79 0.34
Hex 32 12 99 43 58 0 28 FE 4F 22
Octal 62 22 231 103 130 0 50 376 117 42
Binary 110010 10010 10011001 1000011 1011000 0 101000 11111110 1001111 100010

Color Harmonies of #321299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321299

Black with #321299

Text Example


Text Example

White with #321299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321299; }

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

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

background-color css

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

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

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

border-color css

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

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

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