Html Css Color HEX #321F70 Persian Indigo

📋 copy color: '#321F70'

red 50 ◦ green 31 ◦ blue 112

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

Shades of Persian Indigo #321F70

Tints of Persian Indigo #321F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.06%

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

R = 25.91%
G = 16.06%
B = 58.03%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321F70 (or 0x321F70) is known color: Persian Indigo. HEX triplet: 32, 1F and 70. RGB value is (50,31,112). Sum of RGB (Red+Green+Blue) = 50+31+112=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #321F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321F70 is #CDE08F. Grayscale: #2D2D2D. Windows color (decimal): -13492368 or 7348018. OLE color: 7348018.

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

Color convert

RGB 50 31 112 -
CMYK 0.55 0.72 0 0.56
HSL 254.07º 0.57% 0.28% -
HSV(B) 254.07º 0.72% 0.44% -
XYZ 4.73 2.83 15.63 -
YUV 45.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 50 31 112 0.55 0.72 0 0.56 254.07 0.57 0.28
Hex 32 1F 70 37 48 0 38 FE 39 1C
Octal 62 37 160 67 110 0 70 376 71 34
Binary 110010 11111 1110000 110111 1001000 0 111000 11111110 111001 11100

Color Harmonies of #321F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F70

Black with #321F70

Text Example


Text Example

White with #321F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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