Html Css Color HEX #330576 Persian Indigo

📋 copy color: '#330576'

red 51 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #330576

Tints of Persian Indigo #330576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 118 (46.48% from 255) = 67.82%

R = 29.31%
G = 2.87%
B = 67.82%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330576 (or 0x330576) is known color: Persian Indigo. HEX triplet: 33, 05 and 76. RGB value is (51,5,118). Sum of RGB (Red+Green+Blue) = 51+5+118=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #330576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330576 is #CCFA89. Grayscale: #1F1F1F. Windows color (decimal): -13433482 or 7734579. OLE color: 7734579.

HSL color Cylindrical-coordinate representation of color #330576: hue angle of 264.42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330576 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 5 118 -
CMYK 0.57 0.96 0 0.54
HSL 264.42º 0.92% 0.24% -
HSV(B) 264.42º 0.96% 0.46% -
XYZ 4.69 2.12 17.3 -
YUV 31.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 51 5 118 0.57 0.96 0 0.54 264.42 0.92 0.24
Hex 33 5 76 39 60 0 36 108 5C 18
Octal 63 5 166 71 140 0 66 410 134 30
Binary 110011 101 1110110 111001 1100000 0 110110 100001000 1011100 11000

Color Harmonies of #330576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330576

Black with #330576

Text Example


Text Example

White with #330576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330576; }

 p { color: rgb(51,5,118); }

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

background-color css

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

 a { background-color: rgb(51,5,118); }

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

border-color css

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

 span { border-color: rgb(51,5,118); }

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