Html Css Color HEX #330476 Persian Indigo

📋 copy color: '#330476'

red 51 ◦ green 4 ◦ blue 118

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

Shades of Persian Indigo #330476

Tints of Persian Indigo #330476

RGB

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

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

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

R = 29.48%
G = 2.31%
B = 68.21%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330476 (or 0x330476) is known color: Persian Indigo. HEX triplet: 33, 04 and 76. RGB value is (51,4,118). Sum of RGB (Red+Green+Blue) = 51+4+118=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #330476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330476 is #CCFB89. Grayscale: #1E1E1E. Windows color (decimal): -13433738 or 7734323. OLE color: 7734323.

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

Color convert

RGB 51 4 118 -
CMYK 0.57 0.97 0 0.54
HSL 264.74º 0.93% 0.24% -
HSV(B) 264.74º 0.97% 0.46% -
XYZ 4.68 2.1 17.3 -
YUV 31.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 51 4 118 0.57 0.97 0 0.54 264.74 0.93 0.24
Hex 33 4 76 39 61 0 36 109 5D 18
Octal 63 4 166 71 141 0 66 411 135 30
Binary 110011 100 1110110 111001 1100001 0 110110 100001001 1011101 11000

Color Harmonies of #330476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330476

Black with #330476

Text Example


Text Example

White with #330476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330476; }

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

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

background-color css

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

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

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

border-color css

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

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

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