Html Css Color HEX #42308C Dark Slate Blue

📋 copy color: '#42308C'

red 66 ◦ green 48 ◦ blue 140

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

Shades of Dark Slate Blue #42308C

Tints of Dark Slate Blue #42308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 25.98%
G = 18.9%
B = 55.12%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42308C (or 0x42308C) is known color: Dark Slate Blue. HEX triplet: 42, 30 and 8C. RGB value is (66,48,140). Sum of RGB (Red+Green+Blue) = 66+48+140=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #42308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42308C is #BDCF73. Grayscale: #3F3F3F. Windows color (decimal): -12439412 or 9187394. OLE color: 9187394.

HSL color Cylindrical-coordinate representation of color #42308C: hue angle of 251.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42308C is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 48 140 -
CMYK 0.53 0.66 0 0.45
HSL 251.74º 0.49% 0.37% -
HSV(B) 251.74º 0.66% 0.55% -
XYZ 8.04 5.17 25.38 -
YUV 63.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 66 48 140 0.53 0.66 0 0.45 251.74 0.49 0.37
Hex 42 30 8C 35 42 0 2D FC 31 25
Octal 102 60 214 65 102 0 55 374 61 45
Binary 1000010 110000 10001100 110101 1000010 0 101101 11111100 110001 100101

Color Harmonies of #42308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42308C

Black with #42308C

Text Example


Text Example

White with #42308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,48,140); }

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

background-color css

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

 a { background-color: rgb(66,48,140); }

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

border-color css

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

 span { border-color: rgb(66,48,140); }

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