Html Css Color HEX #42358A Dark Slate Blue

📋 copy color: '#42358A'

red 66 ◦ green 53 ◦ blue 138

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

Shades of Dark Slate Blue #42358A

Tints of Dark Slate Blue #42358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 25.68%
G = 20.62%
B = 53.7%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42358A (or 0x42358A) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 8A. RGB value is (66,53,138). Sum of RGB (Red+Green+Blue) = 66+53+138=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #42358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42358A is #BDCA75. Grayscale: #424242. Windows color (decimal): -12438134 or 9057602. OLE color: 9057602.

HSL color Cylindrical-coordinate representation of color #42358A: hue angle of 249.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42358A is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 53 138 -
CMYK 0.52 0.62 0 0.46
HSL 249.18º 0.45% 0.37% -
HSV(B) 249.18º 0.62% 0.54% -
XYZ 8.11 5.54 24.69 -
YUV 66.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 66 53 138 0.52 0.62 0 0.46 249.18 0.45 0.37
Hex 42 35 8A 34 3E 0 2E F9 2D 25
Octal 102 65 212 64 76 0 56 371 55 45
Binary 1000010 110101 10001010 110100 111110 0 101110 11111001 101101 100101

Color Harmonies of #42358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42358A

Black with #42358A

Text Example


Text Example

White with #42358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42358A; }

 p { color: rgb(66,53,138); }

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

background-color css

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

 a { background-color: rgb(66,53,138); }

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

border-color css

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

 span { border-color: rgb(66,53,138); }

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