#33057A

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

Shades of Persian Indigo #33057A

Tints of Persian Indigo #33057A

Color information

#33057A (or 0x33057A) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 7A. RGB value is (51,5,122). Sum of RGB (Red+Green+Blue) = 51+5+122=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #33057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33057A is #CCFA85. Grayscale: #1F1F1F. Windows color (decimal): -13433478 or 7996723. OLE color: 7996723.

HSL color Cylindrical-coordinate representation of color #33057A: hue angle of 263.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33057A is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB515122-
CMYK0.580.9600.52
HSL263.59º92.13%24.9%-
HSV(B)263.59º95.9%47.84%-
XYZ4.932.2218.58-
YUV32.09178.74141.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=28.65%
G=2.81%
B=68.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5151220.580.9600.52263.5992.1324.9
Hex3357A3A600341085c19
Octal6351727214006441013431
Binary110011101111101011101011000000110100100001000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33057A; }

 p { color: rgb(51,5,122); }

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

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

 a { background-color: rgb(51,5,122); }

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

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

 span { border-color: rgb(51,5,122); }

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