#33077A

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

Shades of Persian Indigo #33077A

Tints of Persian Indigo #33077A

Color information

#33077A (or 0x33077A) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 7A. RGB value is (51,7,122). Sum of RGB (Red+Green+Blue) = 51+7+122=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #33077A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33077A is #CCF885. Grayscale: #202020. Windows color (decimal): -13432966 or 7997235. OLE color: 7997235.

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

Color convert

RGB517122-
CMYK0.580.9400.52
HSL262.96º89.15%25.29%-
HSV(B)262.96º94.26%47.84%-
XYZ4.952.2618.59-
YUV33.27178.08140.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=28.33%
G=3.89%
B=67.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5171220.580.9400.52262.9689.1525.29
Hex3377A3A5E0341075919
Octal6371727213606440713131
Binary110011111111101011101010111100110100100000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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