Html Css Color HEX #423A9A Dark Slate Blue

📋 copy color: '#423A9A'

red 66 ◦ green 58 ◦ blue 154

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

Shades of Dark Slate Blue #423A9A

Tints of Dark Slate Blue #423A9A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 23.74%
G = 20.86%
B = 55.4%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#423A9A (or 0x423A9A) is known color: Dark Slate Blue. HEX triplet: 42, 3A and 9A. RGB value is (66,58,154). Sum of RGB (Red+Green+Blue) = 66+58+154=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #423A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423A9A is #BDC565. Grayscale: #464646. Windows color (decimal): -12436838 or 10107458. OLE color: 10107458.

HSL color Cylindrical-coordinate representation of color #423A9A: hue angle of 245º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423A9A is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 58 154 -
CMYK 0.57 0.62 0 0.40
HSL 245º 0.45% 0.42% -
HSV(B) 245º 0.62% 0.6% -
XYZ 9.59 6.52 31.32 -
YUV 71.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 66 58 154 0.57 0.62 0 0.40 245 0.45 0.42
Hex 42 3A 9A 39 3E 0 28 F5 2D 2A
Octal 102 72 232 71 76 0 50 365 55 52
Binary 1000010 111010 10011010 111001 111110 0 101000 11110101 101101 101010

Color Harmonies of #423A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A9A

Black with #423A9A

Text Example


Text Example

White with #423A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423A9A; }

 p { color: rgb(66,58,154); }

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

background-color css

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

 a { background-color: rgb(66,58,154); }

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

border-color css

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

 span { border-color: rgb(66,58,154); }

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