#330375

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

Shades of Persian Indigo #330375

Tints of Persian Indigo #330375

Color information

#330375 (or 0x330375) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 75. RGB value is (51,3,117). Sum of RGB (Red+Green+Blue) = 51+3+117=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #330375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330375 is #CCFC8A. Grayscale: #1D1D1D. Windows color (decimal): -13433995 or 7668531. OLE color: 7668531.

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

Color convert

RGB513117-
CMYK0.560.9700.54
HSL265.26º95%23.53%-
HSV(B)265.26º97.44%45.88%-
XYZ4.612.0516.98-
YUV30.35176.9142.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=29.82%
G=1.75%
B=68.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5131170.560.9700.54265.269523.53
Hex3337538610361095f18
Octal6331657014106641113730
Binary11001111111010111100011000010110110100001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330375; }

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

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

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

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

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

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

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

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