Html Css Color HEX #331077 Persian Indigo

📋 copy color: '#331077'

red 51 ◦ green 16 ◦ blue 119

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

Shades of Persian Indigo #331077

Tints of Persian Indigo #331077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 27.42%
G = 8.6%
B = 63.98%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331077 (or 0x331077) is known color: Persian Indigo. HEX triplet: 33, 10 and 77. RGB value is (51,16,119). Sum of RGB (Red+Green+Blue) = 51+16+119=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #331077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331077 is #CCEF88. Grayscale: #252525. Windows color (decimal): -13430665 or 7802931. OLE color: 7802931.

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

Color convert

RGB 51 16 119 -
CMYK 0.57 0.87 0 0.53
HSL 260.39º 0.76% 0.26% -
HSV(B) 260.39º 0.87% 0.47% -
XYZ 4.88 2.41 17.66 -
YUV 38.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 51 16 119 0.57 0.87 0 0.53 260.39 0.76 0.26
Hex 33 10 77 39 57 0 35 104 4C 1A
Octal 63 20 167 71 127 0 65 404 114 32
Binary 110011 10000 1110111 111001 1010111 0 110101 100000100 1001100 11010

Color Harmonies of #331077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331077

Black with #331077

Text Example


Text Example

White with #331077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331077; }

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

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

background-color css

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

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

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

border-color css

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

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

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