#38248F

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

Shades of Persian Indigo #38248F

Tints of Persian Indigo #38248F

Color information

#38248F (or 0x38248F) is unknown color: approx Persian Indigo. HEX triplet: 38, 24 and 8F. RGB value is (56,36,143). Sum of RGB (Red+Green+Blue) = 56+36+143=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #38248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38248F is #C7DB70. Grayscale: #353535. Windows color (decimal): -13097841 or 9380920. OLE color: 9380920.

HSL color Cylindrical-coordinate representation of color #38248F: hue angle of 251.21º 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 #38248F is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5636143-
CMYK0.610.7500.44
HSL251.21º59.78%35.1%-
HSV(B)251.21º74.83%56.08%-
XYZ7.224.0926.39-
YUV54.18178.13129.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 143 (56.25% from 255) = 60.85%
R=23.83%
G=15.32%
B=60.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56361430.610.7500.44251.2159.7835.1
Hex38248F3D4B02Cfb3c23
Octal7044217751130543737443
Binary111000100100100011111111011001011010110011111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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