Html Css Color HEX #413883 Dark Slate Blue

📋 copy color: '#413883'

red 65 ◦ green 56 ◦ blue 131

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

Shades of Dark Slate Blue #413883

Tints of Dark Slate Blue #413883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 25.79%
G = 22.22%
B = 51.98%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#413883 (or 0x413883) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 83. RGB value is (65,56,131). Sum of RGB (Red+Green+Blue) = 65+56+131=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #413883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413883 is #BEC77C. Grayscale: #424242. Windows color (decimal): -12502909 or 8599617. OLE color: 8599617.

HSL color Cylindrical-coordinate representation of color #413883: hue angle of 247.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413883 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 56 131 -
CMYK 0.50 0.57 0 0.49
HSL 247.2º 0.4% 0.37% -
HSV(B) 247.2º 0.57% 0.51% -
XYZ 7.69 5.59 22.15 -
YUV 67.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 65 56 131 0.50 0.57 0 0.49 247.2 0.4 0.37
Hex 41 38 83 32 39 0 31 F7 28 25
Octal 101 70 203 62 71 0 61 367 50 45
Binary 1000001 111000 10000011 110010 111001 0 110001 11110111 101000 100101

Color Harmonies of #413883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413883

Black with #413883

Text Example


Text Example

White with #413883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413883; }

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

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

background-color css

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

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

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

border-color css

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

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

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