Html Css Color HEX #321295 Persian Indigo

📋 copy color: '#321295'

red 50 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #321295

Tints of Persian Indigo #321295

RGB

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

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

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

R = 23.04%
G = 8.29%
B = 68.66%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321295 (or 0x321295) is known color: Persian Indigo. HEX triplet: 32, 12 and 95. RGB value is (50,18,149). Sum of RGB (Red+Green+Blue) = 50+18+149=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #321295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321295 is #CDED6A. Grayscale: #2A2A2A. Windows color (decimal): -13495659 or 9769522. OLE color: 9769522.

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

Color convert

RGB 50 18 149 -
CMYK 0.66 0.88 0 0.42
HSL 254.66º 0.78% 0.33% -
HSV(B) 254.66º 0.88% 0.58% -
XYZ 6.96 3.28 28.7 -
YUV 42.5 188.1 133.35 -
System Red Green Blue C M Y K H S L
Decimal 50 18 149 0.66 0.88 0 0.42 254.66 0.78 0.33
Hex 32 12 95 42 58 0 2A FF 4E 21
Octal 62 22 225 102 130 0 52 377 116 41
Binary 110010 10010 10010101 1000010 1011000 0 101010 11111111 1001110 100001

Color Harmonies of #321295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321295

Black with #321295

Text Example


Text Example

White with #321295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321295; }

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

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

background-color css

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

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

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

border-color css

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

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

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