#41439A

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

Shades of Dark Slate Blue #41439A

Tints of Dark Slate Blue #41439A

Color information

#41439A (or 0x41439A) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 43 and 9A. RGB value is (65,67,154). Sum of RGB (Red+Green+Blue) = 65+67+154=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #41439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41439A is #BEBC65. Grayscale: #4B4B4B. Windows color (decimal): -12500070 or 10109761. OLE color: 10109761.

HSL color Cylindrical-coordinate representation of color #41439A: hue angle of 238.65º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41439A is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6567154-
CMYK0.580.5600.40
HSL238.65º40.64%42.94%-
HSV(B)238.65º57.79%60.39%-
XYZ10.027.4731.49-
YUV76.32171.84119.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 154 (60.55% from 255) = 53.85%
R=22.73%
G=23.43%
B=53.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65671540.580.5600.40238.6540.6442.94
Hex41439A3A38028ef292b
Octal10110323272700503575153
Binary1000001100001110011010111010111000010100011101111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,67,154); }

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

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

 a { background-color: rgb(65,67,154); }

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

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

 span { border-color: rgb(65,67,154); }

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