Html Css Color HEX #413885 Dark Slate Blue

📋 copy color: '#413885'

red 65 ◦ green 56 ◦ blue 133

#413885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #413885

Tints of Dark Slate Blue #413885

RGB

 RED value IS 65 (25.78% from 255) = 25.59%

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 25.59%
G = 22.05%
B = 52.36%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#413885 (or 0x413885) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 85. RGB value is (65,56,133). Sum of RGB (Red+Green+Blue) = 65+56+133=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #413885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413885 is #BEC77A. Grayscale: #434343. Windows color (decimal): -12502907 or 8730689. OLE color: 8730689.

HSL color Cylindrical-coordinate representation of color #413885: hue angle of 247.01º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413885 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 56 133 -
CMYK 0.51 0.58 0 0.48
HSL 247.01º 0.41% 0.37% -
HSV(B) 247.01º 0.58% 0.52% -
XYZ 7.83 5.65 22.87 -
YUV 67.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 65 56 133 0.51 0.58 0 0.48 247.01 0.41 0.37
Hex 41 38 85 33 3A 0 30 F7 29 25
Octal 101 70 205 63 72 0 60 367 51 45
Binary 1000001 111000 10000101 110011 111010 0 110000 11110111 101001 100101

Color Harmonies of #413885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413885

Black with #413885

Text Example


Text Example

White with #413885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413885; }

 p { color: rgb(65,56,133); }

 H1.HeaderClassName
 {
   color: #413885;
 }
 .AnyTagClassName
 {
   color: #413885;
 }
</style>

background-color css

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

 a { background-color: rgb(65,56,133); }

 div.DivClassName
 {
   background-color: #413885;
 }
 .BgClassName
 {
   background-color: #413885;
 }
</style>

border-color css

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

 span { border-color: rgb(65,56,133); }

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