Html Css Color HEX #321478 Persian Indigo

📋 copy color: '#321478'

red 50 ◦ green 20 ◦ blue 120

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

Shades of Persian Indigo #321478

Tints of Persian Indigo #321478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.16%

R = 26.32%
G = 10.53%
B = 63.16%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#321478 (or 0x321478) is known color: Persian Indigo. HEX triplet: 32, 14 and 78. RGB value is (50,20,120). Sum of RGB (Red+Green+Blue) = 50+20+120=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #321478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321478 is #CDEB87. Grayscale: #282828. Windows color (decimal): -13495176 or 7869490. OLE color: 7869490.

HSL color Cylindrical-coordinate representation of color #321478: hue angle of 258º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321478 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 20 120 -
CMYK 0.58 0.83 0 0.53
HSL 258º 0.71% 0.27% -
HSV(B) 258º 0.83% 0.47% -
XYZ 4.96 2.53 18 -
YUV 40.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 50 20 120 0.58 0.83 0 0.53 258 0.71 0.27
Hex 32 14 78 3A 53 0 35 102 47 1B
Octal 62 24 170 72 123 0 65 402 107 33
Binary 110010 10100 1111000 111010 1010011 0 110101 100000010 1000111 11011

Color Harmonies of #321478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321478

Black with #321478

Text Example


Text Example

White with #321478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321478; }

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

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

background-color css

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

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

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

border-color css

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

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

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