Html Css Color HEX #331377 Persian Indigo

📋 copy color: '#331377'

red 51 ◦ green 19 ◦ blue 119

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

Shades of Persian Indigo #331377

Tints of Persian Indigo #331377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

 BLUE value IS 119 (46.88% from 255) = 62.96%

R = 26.98%
G = 10.05%
B = 62.96%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331377 (or 0x331377) is known color: Persian Indigo. HEX triplet: 33, 13 and 77. RGB value is (51,19,119). Sum of RGB (Red+Green+Blue) = 51+19+119=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #331377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331377 is #CCEC88. Grayscale: #272727. Windows color (decimal): -13429897 or 7803699. OLE color: 7803699.

HSL color Cylindrical-coordinate representation of color #331377: hue angle of 259.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331377 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 19 119 -
CMYK 0.57 0.84 0 0.53
HSL 259.2º 0.72% 0.27% -
HSV(B) 259.2º 0.84% 0.47% -
XYZ 4.93 2.5 17.68 -
YUV 39.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 51 19 119 0.57 0.84 0 0.53 259.2 0.72 0.27
Hex 33 13 77 39 54 0 35 103 48 1B
Octal 63 23 167 71 124 0 65 403 110 33
Binary 110011 10011 1110111 111001 1010100 0 110101 100000011 1001000 11011

Color Harmonies of #331377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331377

Black with #331377

Text Example


Text Example

White with #331377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331377; }

 p { color: rgb(51,19,119); }

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

background-color css

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

 a { background-color: rgb(51,19,119); }

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

border-color css

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

 span { border-color: rgb(51,19,119); }

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