Html Css Color HEX #331773 Persian Indigo

📋 copy color: '#331773'

red 51 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #331773

Tints of Persian Indigo #331773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 26.98%
G = 12.17%
B = 60.85%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331773 (or 0x331773) is known color: Persian Indigo. HEX triplet: 33, 17 and 73. RGB value is (51,23,115). Sum of RGB (Red+Green+Blue) = 51+23+115=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #331773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331773 is #CCE88C. Grayscale: #292929. Windows color (decimal): -13428877 or 7542579. OLE color: 7542579.

HSL color Cylindrical-coordinate representation of color #331773: hue angle of 258.26º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331773 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 23 115 -
CMYK 0.56 0.80 0 0.55
HSL 258.26º 0.67% 0.27% -
HSV(B) 258.26º 0.8% 0.45% -
XYZ 4.77 2.55 16.46 -
YUV 41.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 51 23 115 0.56 0.80 0 0.55 258.26 0.67 0.27
Hex 33 17 73 38 50 0 37 102 43 1B
Octal 63 27 163 70 120 0 67 402 103 33
Binary 110011 10111 1110011 111000 1010000 0 110111 100000010 1000011 11011

Color Harmonies of #331773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331773

Black with #331773

Text Example


Text Example

White with #331773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331773; }

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

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

background-color css

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

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

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

border-color css

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

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

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