Html Css Color HEX #321291 Persian Indigo

📋 copy color: '#321291'

red 50 ◦ green 18 ◦ blue 145

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

Shades of Persian Indigo #321291

Tints of Persian Indigo #321291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 23.47%
G = 8.45%
B = 68.08%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#321291 (or 0x321291) is known color: Persian Indigo. HEX triplet: 32, 12 and 91. RGB value is (50,18,145). Sum of RGB (Red+Green+Blue) = 50+18+145=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #321291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321291 is #CDED6E. Grayscale: #292929. Windows color (decimal): -13495663 or 9507378. OLE color: 9507378.

HSL color Cylindrical-coordinate representation of color #321291: hue angle of 255.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321291 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 18 145 -
CMYK 0.66 0.88 0 0.43
HSL 255.12º 0.78% 0.32% -
HSV(B) 255.12º 0.88% 0.57% -
XYZ 6.64 3.16 27.05 -
YUV 42.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 50 18 145 0.66 0.88 0 0.43 255.12 0.78 0.32
Hex 32 12 91 42 58 0 2B FF 4E 20
Octal 62 22 221 102 130 0 53 377 116 40
Binary 110010 10010 10010001 1000010 1011000 0 101011 11111111 1001110 100000

Color Harmonies of #321291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321291

Black with #321291

Text Example


Text Example

White with #321291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321291; }

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

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

background-color css

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

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

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

border-color css

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

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

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