#330376

Color #330376 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #330376

Tints of Persian Indigo #330376

Color information

#330376 (or 0x330376) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 76. RGB value is (51,3,118). Sum of RGB (Red+Green+Blue) = 51+3+118=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #330376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330376 is #CCFC89. Grayscale: #1E1E1E. Windows color (decimal): -13433994 or 7734067. OLE color: 7734067.

HSL color Cylindrical-coordinate representation of color #330376: hue angle of 265.04º degrees, saturation: 0.95, 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 #330376 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB513118-
CMYK0.570.9700.54
HSL265.04º95.04%23.73%-
HSV(B)265.04º97.46%46.27%-
XYZ4.672.0817.29-
YUV30.46177.4142.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=29.65%
G=1.74%
B=68.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5131180.570.9700.54265.0495.0423.73
Hex3337639610361095f18
Octal6331667114106641113730
Binary11001111111011011100111000010110110100001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330376; }

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

 H1.HeaderClassName
 {
   color: #330376;
 }
 .AnyTagClassName
 {
   color: #330376;
 }
</style>
background-color css

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

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

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

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

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

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