Html Css Color HEX #321072 Persian Indigo

📋 copy color: '#321072'

red 50 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #321072

Tints of Persian Indigo #321072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

 BLUE value IS 114 (44.92% from 255) = 63.33%

R = 27.78%
G = 8.89%
B = 63.33%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321072 (or 0x321072) is known color: Persian Indigo. HEX triplet: 32, 10 and 72. RGB value is (50,16,114). Sum of RGB (Red+Green+Blue) = 50+16+114=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #321072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321072 is #CDEF8D. Grayscale: #242424. Windows color (decimal): -13496206 or 7475250. OLE color: 7475250.

HSL color Cylindrical-coordinate representation of color #321072: hue angle of 260.82º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321072 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 16 114 -
CMYK 0.56 0.86 0 0.55
HSL 260.82º 0.75% 0.25% -
HSV(B) 260.82º 0.86% 0.45% -
XYZ 4.54 2.26 16.12 -
YUV 37.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 50 16 114 0.56 0.86 0 0.55 260.82 0.75 0.25
Hex 32 10 72 38 56 0 37 105 4B 19
Octal 62 20 162 70 126 0 67 405 113 31
Binary 110010 10000 1110010 111000 1010110 0 110111 100000101 1001011 11001

Color Harmonies of #321072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321072

Black with #321072

Text Example


Text Example

White with #321072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321072; }

 p { color: rgb(50,16,114); }

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

background-color css

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

 a { background-color: rgb(50,16,114); }

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

border-color css

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

 span { border-color: rgb(50,16,114); }

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