#330274

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

Shades of Persian Indigo #330274

Tints of Persian Indigo #330274

Color information

#330274 (or 0x330274) is unknown color: approx Persian Indigo. HEX triplet: 33, 02 and 74. RGB value is (51,2,116). Sum of RGB (Red+Green+Blue) = 51+2+116=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #330274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330274 is #CCFD8B. Grayscale: #1D1D1D. Windows color (decimal): -13434252 or 7602739. OLE color: 7602739.

HSL color Cylindrical-coordinate representation of color #330274: hue angle of 265.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330274 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB512116-
CMYK0.560.9800.55
HSL265.79º96.61%23.14%-
HSV(B)265.79º98.28%45.49%-
XYZ4.542.0116.67-
YUV29.65176.73143.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 116 (45.70% from 255) = 68.64%
R=30.18%
G=1.18%
B=68.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5121160.560.9800.55265.7996.6123.14
Hex33274386203710a6117
Octal6321647014206741214127
Binary11001110111010011100011000100110111100001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330274; }

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

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

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

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

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

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

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

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