Html Css Color HEX #42358B Dark Slate Blue

📋 copy color: '#42358B'

red 66 ◦ green 53 ◦ blue 139

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

Shades of Dark Slate Blue #42358B

Tints of Dark Slate Blue #42358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 25.58%
G = 20.54%
B = 53.88%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42358B (or 0x42358B) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 8B. RGB value is (66,53,139). Sum of RGB (Red+Green+Blue) = 66+53+139=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #42358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42358B is #BDCA74. Grayscale: #424242. Windows color (decimal): -12438133 or 9123138. OLE color: 9123138.

HSL color Cylindrical-coordinate representation of color #42358B: hue angle of 249.07º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42358B is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 53 139 -
CMYK 0.53 0.62 0 0.45
HSL 249.07º 0.45% 0.38% -
HSV(B) 249.07º 0.62% 0.55% -
XYZ 8.18 5.57 25.07 -
YUV 66.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 66 53 139 0.53 0.62 0 0.45 249.07 0.45 0.38
Hex 42 35 8B 35 3E 0 2D F9 2D 26
Octal 102 65 213 65 76 0 55 371 55 46
Binary 1000010 110101 10001011 110101 111110 0 101101 11111001 101101 100110

Color Harmonies of #42358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42358B

Black with #42358B

Text Example


Text Example

White with #42358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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