Html Css Color HEX #331992 Persian Indigo

📋 copy color: '#331992'

red 51 ◦ green 25 ◦ blue 146

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

Shades of Persian Indigo #331992

Tints of Persian Indigo #331992

RGB

 RED value IS 51 (20.31% from 255) = 22.97%

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 22.97%
G = 11.26%
B = 65.77%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#331992 (or 0x331992) is known color: Persian Indigo. HEX triplet: 33, 19 and 92. RGB value is (51,25,146). Sum of RGB (Red+Green+Blue) = 51+25+146=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #331992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331992 is #CCE66D. Grayscale: #2E2E2E. Windows color (decimal): -13428334 or 9574707. OLE color: 9574707.

HSL color Cylindrical-coordinate representation of color #331992: hue angle of 252.89º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331992 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 25 146 -
CMYK 0.65 0.83 0 0.43
HSL 252.89º 0.71% 0.34% -
HSV(B) 252.89º 0.83% 0.57% -
XYZ 6.9 3.47 27.5 -
YUV 46.57 184.11 131.16 -
System Red Green Blue C M Y K H S L
Decimal 51 25 146 0.65 0.83 0 0.43 252.89 0.71 0.34
Hex 33 19 92 41 53 0 2B FD 47 22
Octal 63 31 222 101 123 0 53 375 107 42
Binary 110011 11001 10010010 1000001 1010011 0 101011 11111101 1000111 100010

Color Harmonies of #331992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331992

Black with #331992

Text Example


Text Example

White with #331992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331992; }

 p { color: rgb(51,25,146); }

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

background-color css

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

 a { background-color: rgb(51,25,146); }

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

border-color css

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

 span { border-color: rgb(51,25,146); }

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