Html Css Color HEX #331993 Persian Indigo

📋 copy color: '#331993'

red 51 ◦ green 25 ◦ blue 147

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

Shades of Persian Indigo #331993

Tints of Persian Indigo #331993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.92%

R = 22.87%
G = 11.21%
B = 65.92%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#331993 (or 0x331993) is known color: Persian Indigo. HEX triplet: 33, 19 and 93. RGB value is (51,25,147). Sum of RGB (Red+Green+Blue) = 51+25+147=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #331993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331993 is #CCE66C. Grayscale: #2E2E2E. Windows color (decimal): -13428333 or 9640243. OLE color: 9640243.

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

Color convert

RGB 51 25 147 -
CMYK 0.65 0.83 0 0.42
HSL 252.79º 0.71% 0.34% -
HSV(B) 252.79º 0.83% 0.58% -
XYZ 6.98 3.51 27.91 -
YUV 46.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 51 25 147 0.65 0.83 0 0.42 252.79 0.71 0.34
Hex 33 19 93 41 53 0 2A FD 47 22
Octal 63 31 223 101 123 0 52 375 107 42
Binary 110011 11001 10010011 1000001 1010011 0 101010 11111101 1000111 100010

Color Harmonies of #331993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331993

Black with #331993

Text Example


Text Example

White with #331993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331993; }

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

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

background-color css

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

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

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

border-color css

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

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

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