Html Css Color HEX #42419C Dark Slate Blue

📋 copy color: '#42419C'

red 66 ◦ green 65 ◦ blue 156

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

Shades of Dark Slate Blue #42419C

Tints of Dark Slate Blue #42419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 23%
G = 22.65%
B = 54.36%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42419C (or 0x42419C) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 9C. RGB value is (66,65,156). Sum of RGB (Red+Green+Blue) = 66+65+156=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #42419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42419C is #BDBE63. Grayscale: #4B4B4B. Windows color (decimal): -12435044 or 10240322. OLE color: 10240322.

HSL color Cylindrical-coordinate representation of color #42419C: hue angle of 240.66º 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 #42419C is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 65 156 -
CMYK 0.58 0.58 0 0.39
HSL 240.66º 0.41% 0.43% -
HSV(B) 240.66º 0.58% 0.61% -
XYZ 10.14 7.34 32.33 -
YUV 75.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 66 65 156 0.58 0.58 0 0.39 240.66 0.41 0.43
Hex 42 41 9C 3A 3A 0 27 F1 29 2B
Octal 102 101 234 72 72 0 47 361 51 53
Binary 1000010 1000001 10011100 111010 111010 0 100111 11110001 101001 101011

Color Harmonies of #42419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42419C

Black with #42419C

Text Example


Text Example

White with #42419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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