Html Css Color HEX #321472 Persian Indigo

📋 copy color: '#321472'

red 50 ◦ green 20 ◦ blue 114

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

Shades of Persian Indigo #321472

Tints of Persian Indigo #321472

RGB

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

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

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

R = 27.17%
G = 10.87%
B = 61.96%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321472 (or 0x321472) is known color: Persian Indigo. HEX triplet: 32, 14 and 72. RGB value is (50,20,114). Sum of RGB (Red+Green+Blue) = 50+20+114=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #321472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321472 is #CDEB8D. Grayscale: #272727. Windows color (decimal): -13495182 or 7476274. OLE color: 7476274.

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

Color convert

RGB 50 20 114 -
CMYK 0.56 0.82 0 0.55
HSL 259.15º 0.7% 0.26% -
HSV(B) 259.15º 0.82% 0.45% -
XYZ 4.6 2.39 16.14 -
YUV 39.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 50 20 114 0.56 0.82 0 0.55 259.15 0.7 0.26
Hex 32 14 72 38 52 0 37 103 46 1A
Octal 62 24 162 70 122 0 67 403 106 32
Binary 110010 10100 1110010 111000 1010010 0 110111 100000011 1000110 11010

Color Harmonies of #321472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321472

Black with #321472

Text Example


Text Example

White with #321472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321472; }

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

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

background-color css

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

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

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

border-color css

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

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

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