#330263

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

Shades of Persian Indigo #330263

Tints of Persian Indigo #330263

Color information

#330263 (or 0x330263) is unknown color: approx Persian Indigo. HEX triplet: 33, 02 and 63. RGB value is (51,2,99). Sum of RGB (Red+Green+Blue) = 51+2+99=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #330263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330263 is #CCFD9C. Grayscale: #1B1B1B. Windows color (decimal): -13434269 or 6488627. OLE color: 6488627.

HSL color Cylindrical-coordinate representation of color #330263: hue angle of 270.31º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330263 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB51299-
CMYK0.480.9800.61
HSL270.31º96.04%19.8%-
HSV(B)270.31º97.98%38.82%-
XYZ3.641.6511.93-
YUV27.71168.23144.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=33.55%
G=1.32%
B=65.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal512990.480.9800.61270.3196.0419.8
Hex33263306203D10e6014
Octal6321436014207541614024
Binary11001110110001111000011000100111101100001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330263; }

 p { color: rgb(51,2,99); }

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

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

 a { background-color: rgb(51,2,99); }

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

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

 span { border-color: rgb(51,2,99); }

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