#33267A

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

Shades of Persian Indigo #33267A

Tints of Persian Indigo #33267A

Color information

#33267A (or 0x33267A) is unknown color: approx Persian Indigo. HEX triplet: 33, 26 and 7A. RGB value is (51,38,122). Sum of RGB (Red+Green+Blue) = 51+38+122=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #33267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33267A is #CCD985. Grayscale: #333333. Windows color (decimal): -13425030 or 8005171. OLE color: 8005171.

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

Color convert

RGB5138122-
CMYK0.580.6900.52
HSL249.29º52.5%31.37%-
HSV(B)249.29º68.85%47.84%-
XYZ5.573.518.79-
YUV51.46167.81127.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=24.17%
G=18.01%
B=57.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51381220.580.6900.52249.2952.531.37
Hex33267A3A45034f9341f
Octal6346172721050643716437
Binary1100111001101111010111010100010101101001111100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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