#330075

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

Shades of Persian Indigo #330075

Tints of Persian Indigo #330075

Color information

#330075 (or 0x330075) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 75. RGB value is (51,0,117). Sum of RGB (Red+Green+Blue) = 51+0+117=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #330075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330075 is #CCFF8A. Grayscale: #1C1C1C. Windows color (decimal): -13434763 or 7667763. OLE color: 7667763.

HSL color Cylindrical-coordinate representation of color #330075: hue angle of 266.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330075 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB510117-
CMYK0.56100.54
HSL266.15º100%22.94%-
HSV(B)266.15º100%45.88%-
XYZ4.581.9916.97-
YUV28.59177.9143.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 69.64%
R=30.36%
G=0%
B=69.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5101170.56100.54266.1510022.94
Hex33075386403610a6417
Octal6301657014406641214427
Binary1100110111010111100011001000110110100001010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330075; }

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

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

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

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

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

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

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

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