#33268B

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

Shades of Persian Indigo #33268B

Tints of Persian Indigo #33268B

Color information

#33268B (or 0x33268B) is unknown color: approx Persian Indigo. HEX triplet: 33, 26 and 8B. RGB value is (51,38,139). Sum of RGB (Red+Green+Blue) = 51+38+139=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #33268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33268B is #CCD974. Grayscale: #353535. Windows color (decimal): -13425013 or 9119283. OLE color: 9119283.

HSL color Cylindrical-coordinate representation of color #33268B: hue angle of 247.72º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33268B is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5138139-
CMYK0.630.7300.45
HSL247.72º57.06%34.71%-
HSV(B)247.72º72.66%54.51%-
XYZ6.723.9524.84-
YUV53.4176.31126.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=22.37%
G=16.67%
B=60.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51381390.630.7300.45247.7257.0634.71
Hex33268B3F4902Df83923
Octal6346213771110553707143
Binary110011100110100010111111111001001010110111111000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33268B; }

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

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

<style>
 a { background-color: #33268B; }

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

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

<style>
 span { border-color: #33268B; }

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

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