Html Css Color HEX #42398A Dark Slate Blue

📋 copy color: '#42398A'

red 66 ◦ green 57 ◦ blue 138

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

Shades of Dark Slate Blue #42398A

Tints of Dark Slate Blue #42398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 25.29%
G = 21.84%
B = 52.87%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42398A (or 0x42398A) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 8A. RGB value is (66,57,138). Sum of RGB (Red+Green+Blue) = 66+57+138=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #42398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42398A is #BDC675. Grayscale: #444444. Windows color (decimal): -12437110 or 9058626. OLE color: 9058626.

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

Color convert

RGB 66 57 138 -
CMYK 0.52 0.59 0 0.46
HSL 246.67º 0.42% 0.38% -
HSV(B) 246.67º 0.59% 0.54% -
XYZ 8.3 5.92 24.75 -
YUV 68.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 66 57 138 0.52 0.59 0 0.46 246.67 0.42 0.38
Hex 42 39 8A 34 3B 0 2E F7 2A 26
Octal 102 71 212 64 73 0 56 367 52 46
Binary 1000010 111001 10001010 110100 111011 0 101110 11110111 101010 100110

Color Harmonies of #42398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42398A

Black with #42398A

Text Example


Text Example

White with #42398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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