Html Css Color HEX #424093 Dark Slate Blue

📋 copy color: '#424093'

red 66 ◦ green 64 ◦ blue 147

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

Shades of Dark Slate Blue #424093

Tints of Dark Slate Blue #424093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 23.83%
G = 23.1%
B = 53.07%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424093 (or 0x424093) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 93. RGB value is (66,64,147). Sum of RGB (Red+Green+Blue) = 66+64+147=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #424093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424093 is #BDBF6C. Grayscale: #494949. Windows color (decimal): -12435309 or 9650242. OLE color: 9650242.

HSL color Cylindrical-coordinate representation of color #424093: hue angle of 241.45º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424093 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 64 147 -
CMYK 0.55 0.56 0 0.42
HSL 241.45º 0.39% 0.41% -
HSV(B) 241.45º 0.56% 0.58% -
XYZ 9.35 6.93 28.45 -
YUV 74.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 66 64 147 0.55 0.56 0 0.42 241.45 0.39 0.41
Hex 42 40 93 37 38 0 2A F1 27 29
Octal 102 100 223 67 70 0 52 361 47 51
Binary 1000010 1000000 10010011 110111 111000 0 101010 11110001 100111 101001

Color Harmonies of #424093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424093

Black with #424093

Text Example


Text Example

White with #424093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424093; }

 p { color: rgb(66,64,147); }

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

background-color css

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

 a { background-color: rgb(66,64,147); }

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

border-color css

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

 span { border-color: rgb(66,64,147); }

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