Html Css Color HEX #414299 Dark Slate Blue

📋 copy color: '#414299'

red 65 ◦ green 66 ◦ blue 153

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

Shades of Dark Slate Blue #414299

Tints of Dark Slate Blue #414299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 22.89%
G = 23.24%
B = 53.87%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#414299 (or 0x414299) is known color: Dark Slate Blue. HEX triplet: 41, 42 and 99. RGB value is (65,66,153). Sum of RGB (Red+Green+Blue) = 65+66+153=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #414299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414299 is #BEBD66. Grayscale: #4B4B4B. Windows color (decimal): -12500327 or 10043969. OLE color: 10043969.

HSL color Cylindrical-coordinate representation of color #414299: hue angle of 239.32º degrees, saturation: 0.4, 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 #414299 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 66 153 -
CMYK 0.58 0.57 0 0.4
HSL 239.32º 0.4% 0.43% -
HSV(B) 239.32º 0.58% 0.6% -
XYZ 9.88 7.32 31.03 -
YUV 75.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 65 66 153 0.58 0.57 0 0.4 239.32 0.4 0.43
Hex 41 42 99 3A 39 0 28 EF 28 2B
Octal 101 102 231 72 71 0 50 357 50 53
Binary 1000001 1000010 10011001 111010 111001 0 101000 11101111 101000 101011

Color Harmonies of #414299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414299

Black with #414299

Text Example


Text Example

White with #414299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414299; }

 p { color: rgb(65,66,153); }

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

background-color css

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

 a { background-color: rgb(65,66,153); }

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

border-color css

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

 span { border-color: rgb(65,66,153); }

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