#33248F

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

Shades of Persian Indigo #33248F

Tints of Persian Indigo #33248F

Color information

#33248F (or 0x33248F) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 8F. RGB value is (51,36,143). Sum of RGB (Red+Green+Blue) = 51+36+143=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #33248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33248F is #CCDB70. Grayscale: #343434. Windows color (decimal): -13425521 or 9380915. OLE color: 9380915.

HSL color Cylindrical-coordinate representation of color #33248F: hue angle of 248.41º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33248F is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5136143-
CMYK0.640.7500.44
HSL248.41º59.78%35.1%-
HSV(B)248.41º74.83%56.08%-
XYZ6.953.9526.38-
YUV52.68178.97126.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 143 (56.25% from 255) = 62.17%
R=22.17%
G=15.65%
B=62.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51361430.640.7500.44248.4159.7835.1
Hex33248F404B02Cf83c23
Octal63442171001130543707443
Binary1100111001001000111110000001001011010110011111000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33248F; }

 p { color: rgb(51,36,143); }

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

<style>
 a { background-color: #33248F; }

 a { background-color: rgb(51,36,143); }

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

<style>
 span { border-color: #33248F; }

 span { border-color: rgb(51,36,143); }

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