#33267E

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

Shades of Persian Indigo #33267E

Tints of Persian Indigo #33267E

Color information

#33267E (or 0x33267E) is unknown color: approx Persian Indigo. HEX triplet: 33, 26 and 7E. RGB value is (51,38,126). Sum of RGB (Red+Green+Blue) = 51+38+126=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #33267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33267E is #CCD981. Grayscale: #333333. Windows color (decimal): -13425026 or 8267315. OLE color: 8267315.

HSL color Cylindrical-coordinate representation of color #33267E: hue angle of 248.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33267E is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5138126-
CMYK0.600.7000.51
HSL248.86º53.66%32.16%-
HSV(B)248.86º69.84%49.41%-
XYZ5.823.620.13-
YUV51.92169.81127.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 126 (49.61% from 255) = 58.60%
R=23.72%
G=17.67%
B=58.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51381260.600.7000.51248.8653.6632.16
Hex33267E3C46033f93620
Octal6346176741060633716640
Binary11001110011011111101111001000110011001111111001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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