#330F6D

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

Shades of Persian Indigo #330F6D

Tints of Persian Indigo #330F6D

Color information

#330F6D (or 0x330F6D) is unknown color: approx Persian Indigo. HEX triplet: 33, 0F and 6D. RGB value is (51,15,109). Sum of RGB (Red+Green+Blue) = 51+15+109=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #330F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F6D is #CCF092. Grayscale: #242424. Windows color (decimal): -13430931 or 7147315. OLE color: 7147315.

HSL color Cylindrical-coordinate representation of color #330F6D: hue angle of 262.98º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330F6D is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5115109-
CMYK0.530.8600.57
HSL262.98º75.81%24.31%-
HSV(B)262.98º86.24%42.75%-
XYZ4.32.1514.66-
YUV36.48168.93138.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=29.14%
G=8.57%
B=62.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51151090.530.8600.57262.9875.8124.31
Hex33F6D35560391074c18
Octal63171556512607140711430
Binary1100111111110110111010110101100111001100000111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330F6D; }

 p { color: rgb(51,15,109); }

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

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

 a { background-color: rgb(51,15,109); }

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

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

 span { border-color: rgb(51,15,109); }

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