Html Css Color HEX #413A85 Dark Slate Blue

📋 copy color: '#413A85'

red 65 ◦ green 58 ◦ blue 133

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

Shades of Dark Slate Blue #413A85

Tints of Dark Slate Blue #413A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

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

R = 25.39%
G = 22.66%
B = 51.95%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#413A85 (or 0x413A85) is known color: Dark Slate Blue. HEX triplet: 41, 3A and 85. RGB value is (65,58,133). Sum of RGB (Red+Green+Blue) = 65+58+133=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #413A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A85 is #BEC57A. Grayscale: #444444. Windows color (decimal): -12502395 or 8731201. OLE color: 8731201.

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

Color convert

RGB 65 58 133 -
CMYK 0.51 0.56 0 0.48
HSL 245.6º 0.39% 0.37% -
HSV(B) 245.6º 0.56% 0.52% -
XYZ 7.93 5.84 22.9 -
YUV 68.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 65 58 133 0.51 0.56 0 0.48 245.6 0.39 0.37
Hex 41 3A 85 33 38 0 30 F6 27 25
Octal 101 72 205 63 70 0 60 366 47 45
Binary 1000001 111010 10000101 110011 111000 0 110000 11110110 100111 100101

Color Harmonies of #413A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A85

Black with #413A85

Text Example


Text Example

White with #413A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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