#38248B

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

Shades of Persian Indigo #38248B

Tints of Persian Indigo #38248B

Color information

#38248B (or 0x38248B) is unknown color: approx Persian Indigo. HEX triplet: 38, 24 and 8B. RGB value is (56,36,139). Sum of RGB (Red+Green+Blue) = 56+36+139=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #38248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38248B is #C7DB74. Grayscale: #353535. Windows color (decimal): -13097845 or 9118776. OLE color: 9118776.

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

Color convert

RGB5636139-
CMYK0.600.7400.45
HSL251.65º58.86%34.31%-
HSV(B)251.65º74.1%54.51%-
XYZ6.923.9724.83-
YUV53.72176.13129.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=24.24%
G=15.58%
B=60.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56361390.600.7400.45251.6558.8634.31
Hex38248B3C4A02Dfc3b22
Octal7044213741120553747342
Binary111000100100100010111111001001010010110111111100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,36,139); }

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

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

 a { background-color: rgb(56,36,139); }

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

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

 span { border-color: rgb(56,36,139); }

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