Html Css Color HEX #321899 Persian Indigo

📋 copy color: '#321899'

red 50 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #321899

Tints of Persian Indigo #321899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 22.03%
G = 10.57%
B = 67.4%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#321899 (or 0x321899) is known color: Persian Indigo. HEX triplet: 32, 18 and 99. RGB value is (50,24,153). Sum of RGB (Red+Green+Blue) = 50+24+153=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #321899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321899 is #CDE766. Grayscale: #2D2D2D. Windows color (decimal): -13494119 or 10033202. OLE color: 10033202.

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

Color convert

RGB 50 24 153 -
CMYK 0.67 0.84 0 0.4
HSL 252.09º 0.73% 0.35% -
HSV(B) 252.09º 0.84% 0.6% -
XYZ 7.39 3.63 30.45 -
YUV 46.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 50 24 153 0.67 0.84 0 0.4 252.09 0.73 0.35
Hex 32 18 99 43 54 0 28 FC 49 23
Octal 62 30 231 103 124 0 50 374 111 43
Binary 110010 11000 10011001 1000011 1010100 0 101000 11111100 1001001 100011

Color Harmonies of #321899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321899

Black with #321899

Text Example


Text Example

White with #321899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321899; }

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

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

background-color css

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

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

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

border-color css

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

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

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