Html Css Color HEX #42419B Dark Slate Blue

📋 copy color: '#42419B'

red 66 ◦ green 65 ◦ blue 155

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

Shades of Dark Slate Blue #42419B

Tints of Dark Slate Blue #42419B

RGB

 RED value IS 66 (26.17% from 255) = 23.08%

 GREEN value IS 65 (25.78% from 255) = 22.73%

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 23.08%
G = 22.73%
B = 54.2%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42419B (or 0x42419B) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 9B. RGB value is (66,65,155). Sum of RGB (Red+Green+Blue) = 66+65+155=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #42419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42419B is #BDBE64. Grayscale: #4B4B4B. Windows color (decimal): -12435045 or 10174786. OLE color: 10174786.

HSL color Cylindrical-coordinate representation of color #42419B: hue angle of 240.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42419B is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 65 155 -
CMYK 0.57 0.58 0 0.39
HSL 240.67º 0.41% 0.43% -
HSV(B) 240.67º 0.58% 0.61% -
XYZ 10.05 7.31 31.89 -
YUV 75.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 66 65 155 0.57 0.58 0 0.39 240.67 0.41 0.43
Hex 42 41 9B 39 3A 0 27 F1 29 2B
Octal 102 101 233 71 72 0 47 361 51 53
Binary 1000010 1000001 10011011 111001 111010 0 100111 11110001 101001 101011

Color Harmonies of #42419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42419B

Black with #42419B

Text Example


Text Example

White with #42419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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