Html Css Color HEX #330477 Persian Indigo

📋 copy color: '#330477'

red 51 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #330477

Tints of Persian Indigo #330477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 29.31%
G = 2.3%
B = 68.39%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330477 (or 0x330477) is known color: Persian Indigo. HEX triplet: 33, 04 and 77. RGB value is (51,4,119). Sum of RGB (Red+Green+Blue) = 51+4+119=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #330477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330477 is #CCFB88. Grayscale: #1E1E1E. Windows color (decimal): -13433737 or 7799859. OLE color: 7799859.

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

Color convert

RGB 51 4 119 -
CMYK 0.57 0.97 0 0.53
HSL 264.52º 0.93% 0.24% -
HSV(B) 264.52º 0.97% 0.47% -
XYZ 4.74 2.12 17.61 -
YUV 31.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 51 4 119 0.57 0.97 0 0.53 264.52 0.93 0.24
Hex 33 4 77 39 61 0 35 109 5D 18
Octal 63 4 167 71 141 0 65 411 135 30
Binary 110011 100 1110111 111001 1100001 0 110101 100001001 1011101 11000

Color Harmonies of #330477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330477

Black with #330477

Text Example


Text Example

White with #330477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330477; }

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

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

background-color css

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

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

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

border-color css

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

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

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