Html Css Color HEX #321792 Persian Indigo

📋 copy color: '#321792'

red 50 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #321792

Tints of Persian Indigo #321792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

 BLUE value IS 146 (57.42% from 255) = 66.67%

R = 22.83%
G = 10.5%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#321792 (or 0x321792) is known color: Persian Indigo. HEX triplet: 32, 17 and 92. RGB value is (50,23,146). Sum of RGB (Red+Green+Blue) = 50+23+146=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #321792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321792 is #CDE86D. Grayscale: #2C2C2C. Windows color (decimal): -13494382 or 9574194. OLE color: 9574194.

HSL color Cylindrical-coordinate representation of color #321792: hue angle of 253.17º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321792 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 23 146 -
CMYK 0.66 0.84 0 0.43
HSL 253.17º 0.73% 0.33% -
HSV(B) 253.17º 0.84% 0.57% -
XYZ 6.81 3.37 27.48 -
YUV 45.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 50 23 146 0.66 0.84 0 0.43 253.17 0.73 0.33
Hex 32 17 92 42 54 0 2B FD 49 21
Octal 62 27 222 102 124 0 53 375 111 41
Binary 110010 10111 10010010 1000010 1010100 0 101011 11111101 1001001 100001

Color Harmonies of #321792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321792

Black with #321792

Text Example


Text Example

White with #321792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321792; }

 p { color: rgb(50,23,146); }

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

background-color css

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

 a { background-color: rgb(50,23,146); }

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

border-color css

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

 span { border-color: rgb(50,23,146); }

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