Html Css Color HEX #330277 Persian Indigo

📋 copy color: '#330277'

red 51 ◦ green 2 ◦ blue 119

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

Shades of Persian Indigo #330277

Tints of Persian Indigo #330277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 29.65%
G = 1.16%
B = 69.19%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330277 (or 0x330277) is known color: Persian Indigo. HEX triplet: 33, 02 and 77. RGB value is (51,2,119). Sum of RGB (Red+Green+Blue) = 51+2+119=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #330277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330277 is #CCFD88. Grayscale: #1D1D1D. Windows color (decimal): -13434249 or 7799347. OLE color: 7799347.

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

Color convert

RGB 51 2 119 -
CMYK 0.57 0.98 0 0.53
HSL 265.13º 0.97% 0.24% -
HSV(B) 265.13º 0.98% 0.47% -
XYZ 4.72 2.08 17.61 -
YUV 29.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 51 2 119 0.57 0.98 0 0.53 265.13 0.97 0.24
Hex 33 2 77 39 62 0 35 109 61 18
Octal 63 2 167 71 142 0 65 411 141 30
Binary 110011 10 1110111 111001 1100010 0 110101 100001001 1100001 11000

Color Harmonies of #330277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330277

Black with #330277

Text Example


Text Example

White with #330277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330277; }

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

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

background-color css

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

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

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

border-color css

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

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

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