Html Css Color HEX #321A70 Persian Indigo

📋 copy color: '#321A70'

red 50 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #321A70

Tints of Persian Indigo #321A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

 BLUE value IS 112 (44.14% from 255) = 59.57%

R = 26.6%
G = 13.83%
B = 59.57%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321A70 (or 0x321A70) is known color: Persian Indigo. HEX triplet: 32, 1A and 70. RGB value is (50,26,112). Sum of RGB (Red+Green+Blue) = 50+26+112=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #321A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321A70 is #CDE58F. Grayscale: #2A2A2A. Windows color (decimal): -13493648 or 7346738. OLE color: 7346738.

HSL color Cylindrical-coordinate representation of color #321A70: hue angle of 256.74º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321A70 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 26 112 -
CMYK 0.55 0.77 0 0.56
HSL 256.74º 0.62% 0.27% -
HSV(B) 256.74º 0.77% 0.44% -
XYZ 4.61 2.59 15.59 -
YUV 42.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 50 26 112 0.55 0.77 0 0.56 256.74 0.62 0.27
Hex 32 1A 70 37 4D 0 38 101 3E 1B
Octal 62 32 160 67 115 0 70 401 76 33
Binary 110010 11010 1110000 110111 1001101 0 111000 100000001 111110 11011

Color Harmonies of #321A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A70

Black with #321A70

Text Example


Text Example

White with #321A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321A70; }

 p { color: rgb(50,26,112); }

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

background-color css

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

 a { background-color: rgb(50,26,112); }

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

border-color css

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

 span { border-color: rgb(50,26,112); }

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