Html Css Color HEX #321671 Persian Indigo

📋 copy color: '#321671'

red 50 ◦ green 22 ◦ blue 113

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

Shades of Persian Indigo #321671

Tints of Persian Indigo #321671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 113 (44.53% from 255) = 61.08%

R = 27.03%
G = 11.89%
B = 61.08%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321671 (or 0x321671) is known color: Persian Indigo. HEX triplet: 32, 16 and 71. RGB value is (50,22,113). Sum of RGB (Red+Green+Blue) = 50+22+113=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #321671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321671 is #CDE98E. Grayscale: #282828. Windows color (decimal): -13494671 or 7411250. OLE color: 7411250.

HSL color Cylindrical-coordinate representation of color #321671: hue angle of 258.46º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321671 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 22 113 -
CMYK 0.56 0.81 0 0.56
HSL 258.46º 0.67% 0.26% -
HSV(B) 258.46º 0.81% 0.44% -
XYZ 4.58 2.44 15.85 -
YUV 40.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 50 22 113 0.56 0.81 0 0.56 258.46 0.67 0.26
Hex 32 16 71 38 51 0 38 102 43 1A
Octal 62 26 161 70 121 0 70 402 103 32
Binary 110010 10110 1110001 111000 1010001 0 111000 100000010 1000011 11010

Color Harmonies of #321671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321671

Black with #321671

Text Example


Text Example

White with #321671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321671; }

 p { color: rgb(50,22,113); }

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

background-color css

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

 a { background-color: rgb(50,22,113); }

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

border-color css

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

 span { border-color: rgb(50,22,113); }

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