Html Css Color HEX #330177 Persian Indigo

📋 copy color: '#330177'

red 51 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #330177

Tints of Persian Indigo #330177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 29.82%
G = 0.58%
B = 69.59%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330177 (or 0x330177) is known color: Persian Indigo. HEX triplet: 33, 01 and 77. RGB value is (51,1,119). Sum of RGB (Red+Green+Blue) = 51+1+119=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #330177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330177 is #CCFE88. Grayscale: #1C1C1C. Windows color (decimal): -13434505 or 7799091. OLE color: 7799091.

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

Color convert

RGB 51 1 119 -
CMYK 0.57 0.99 0 0.53
HSL 265.42º 0.98% 0.24% -
HSV(B) 265.42º 0.99% 0.47% -
XYZ 4.71 2.06 17.6 -
YUV 29.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 51 1 119 0.57 0.99 0 0.53 265.42 0.98 0.24
Hex 33 1 77 39 63 0 35 109 62 18
Octal 63 1 167 71 143 0 65 411 142 30
Binary 110011 1 1110111 111001 1100011 0 110101 100001001 1100010 11000

Color Harmonies of #330177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330177

Black with #330177

Text Example


Text Example

White with #330177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330177; }

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

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

background-color css

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

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

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

border-color css

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

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

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