#33047A

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

Shades of Persian Indigo #33047A

Tints of Persian Indigo #33047A

Color information

#33047A (or 0x33047A) is unknown color: approx Persian Indigo. HEX triplet: 33, 04 and 7A. RGB value is (51,4,122). Sum of RGB (Red+Green+Blue) = 51+4+122=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #33047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33047A is #CCFB85. Grayscale: #1F1F1F. Windows color (decimal): -13433734 or 7996467. OLE color: 7996467.

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

Color convert

RGB514122-
CMYK0.580.9700.52
HSL263.9º93.65%24.71%-
HSV(B)263.9º96.72%47.84%-
XYZ4.922.218.58-
YUV31.5179.07141.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=28.81%
G=2.26%
B=68.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5141220.580.9700.52263.993.6524.71
Hex3347A3A610341085e19
Octal6341727214106441013631
Binary110011100111101011101011000010110100100001000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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