Html Css Color HEX #321495 Persian Indigo

📋 copy color: '#321495'

red 50 ◦ green 20 ◦ blue 149

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

Shades of Persian Indigo #321495

Tints of Persian Indigo #321495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 22.83%
G = 9.13%
B = 68.04%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321495 (or 0x321495) is known color: Persian Indigo. HEX triplet: 32, 14 and 95. RGB value is (50,20,149). Sum of RGB (Red+Green+Blue) = 50+20+149=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #321495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321495 is #CDEB6A. Grayscale: #2B2B2B. Windows color (decimal): -13495147 or 9770034. OLE color: 9770034.

HSL color Cylindrical-coordinate representation of color #321495: hue angle of 253.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321495 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 20 149 -
CMYK 0.66 0.87 0 0.42
HSL 253.95º 0.76% 0.33% -
HSV(B) 253.95º 0.87% 0.58% -
XYZ 6.99 3.35 28.71 -
YUV 43.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 50 20 149 0.66 0.87 0 0.42 253.95 0.76 0.33
Hex 32 14 95 42 57 0 2A FE 4C 21
Octal 62 24 225 102 127 0 52 376 114 41
Binary 110010 10100 10010101 1000010 1010111 0 101010 11111110 1001100 100001

Color Harmonies of #321495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321495

Black with #321495

Text Example


Text Example

White with #321495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321495; }

 p { color: rgb(50,20,149); }

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

background-color css

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

 a { background-color: rgb(50,20,149); }

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

border-color css

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

 span { border-color: rgb(50,20,149); }

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