#41308B

Color #41308B Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #41308B

Tints of Dark Slate Blue #41308B

Color information

#41308B (or 0x41308B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 30 and 8B. RGB value is (65,48,139). Sum of RGB (Red+Green+Blue) = 65+48+139=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #41308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41308B is #BECF74. Grayscale: #3F3F3F. Windows color (decimal): -12504949 or 9121857. OLE color: 9121857.

HSL color Cylindrical-coordinate representation of color #41308B: hue angle of 251.21º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41308B is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6548139-
CMYK0.530.6500.45
HSL251.21º48.66%36.67%-
HSV(B)251.21º65.47%54.51%-
XYZ7.95.124.99-
YUV63.46170.63129.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=25.79%
G=19.05%
B=55.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65481390.530.6500.45251.2148.6636.67
Hex41308B354102Dfb3125
Octal10160213651010553736145
Binary1000001110000100010111101011000001010110111111011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,48,139); }

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

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

 a { background-color: rgb(65,48,139); }

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

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

 span { border-color: rgb(65,48,139); }

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