Html Css Color HEX #321892 Persian Indigo

📋 copy color: '#321892'

red 50 ◦ green 24 ◦ blue 146

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

Shades of Persian Indigo #321892

Tints of Persian Indigo #321892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 22.73%
G = 10.91%
B = 66.36%

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

#321892 (or 0x321892) is known color: Persian Indigo. HEX triplet: 32, 18 and 92. RGB value is (50,24,146). Sum of RGB (Red+Green+Blue) = 50+24+146=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #321892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321892 is #CDE76D. Grayscale: #2D2D2D. Windows color (decimal): -13494126 or 9574450. OLE color: 9574450.

HSL color Cylindrical-coordinate representation of color #321892: hue angle of 252.79º degrees, saturation: 0.72, 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 #321892 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 24 146 -
CMYK 0.66 0.84 0 0.43
HSL 252.79º 0.72% 0.33% -
HSV(B) 252.79º 0.84% 0.57% -
XYZ 6.83 3.41 27.49 -
YUV 45.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 50 24 146 0.66 0.84 0 0.43 252.79 0.72 0.33
Hex 32 18 92 42 54 0 2B FD 48 21
Octal 62 30 222 102 124 0 53 375 110 41
Binary 110010 11000 10010010 1000010 1010100 0 101011 11111101 1001000 100001

Color Harmonies of #321892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321892

Black with #321892

Text Example


Text Example

White with #321892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321892; }

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

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

background-color css

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

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

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

border-color css

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

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

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