Html Css Color HEX #331793 Persian Indigo

📋 copy color: '#331793'

red 51 ◦ green 23 ◦ blue 147

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

Shades of Persian Indigo #331793

Tints of Persian Indigo #331793

RGB

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

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

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

R = 23.08%
G = 10.41%
B = 66.52%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#331793 (or 0x331793) is known color: Persian Indigo. HEX triplet: 33, 17 and 93. RGB value is (51,23,147). Sum of RGB (Red+Green+Blue) = 51+23+147=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #331793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331793 is #CCE86C. Grayscale: #2D2D2D. Windows color (decimal): -13428845 or 9639731. OLE color: 9639731.

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

Color convert

RGB 51 23 147 -
CMYK 0.65 0.84 0 0.42
HSL 253.55º 0.73% 0.33% -
HSV(B) 253.55º 0.84% 0.58% -
XYZ 6.94 3.42 27.9 -
YUV 45.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 51 23 147 0.65 0.84 0 0.42 253.55 0.73 0.33
Hex 33 17 93 41 54 0 2A FE 49 21
Octal 63 27 223 101 124 0 52 376 111 41
Binary 110011 10111 10010011 1000001 1010100 0 101010 11111110 1001001 100001

Color Harmonies of #331793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331793

Black with #331793

Text Example


Text Example

White with #331793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331793; }

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

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

background-color css

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

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

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

border-color css

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

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

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