#33248A

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

Shades of Persian Indigo #33248A

Tints of Persian Indigo #33248A

Color information

#33248A (or 0x33248A) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 8A. RGB value is (51,36,138). Sum of RGB (Red+Green+Blue) = 51+36+138=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #33248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33248A is #CCDB75. Grayscale: #333333. Windows color (decimal): -13425526 or 9053235. OLE color: 9053235.

HSL color Cylindrical-coordinate representation of color #33248A: hue angle of 248.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33248A is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5136138-
CMYK0.630.7400.46
HSL248.82º58.62%34.12%-
HSV(B)248.82º73.91%54.12%-
XYZ6.583.824.43-
YUV52.11176.47127.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=22.67%
G=16%
B=61.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51361380.630.7400.46248.8258.6234.12
Hex33248A3F4A02Ef93b22
Octal6344212771120563717342
Binary110011100100100010101111111001010010111011111001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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