#33248D

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

Shades of Persian Indigo #33248D

Tints of Persian Indigo #33248D

Color information

#33248D (or 0x33248D) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 8D. RGB value is (51,36,141). Sum of RGB (Red+Green+Blue) = 51+36+141=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #33248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33248D is #CCDB72. Grayscale: #343434. Windows color (decimal): -13425523 or 9249843. OLE color: 9249843.

HSL color Cylindrical-coordinate representation of color #33248D: hue angle of 248.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33248D is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5136141-
CMYK0.640.7400.45
HSL248.57º59.32%34.71%-
HSV(B)248.57º74.47%55.29%-
XYZ6.83.8925.59-
YUV52.46177.97126.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=22.37%
G=15.79%
B=61.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51361410.640.7400.45248.5759.3234.71
Hex33248D404A02Df93b23
Octal63442151001120553717343
Binary1100111001001000110110000001001010010110111111001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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