Html Css Color HEX #423C8A Dark Slate Blue

📋 copy color: '#423C8A'

red 66 ◦ green 60 ◦ blue 138

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

Shades of Dark Slate Blue #423C8A

Tints of Dark Slate Blue #423C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

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

R = 25%
G = 22.73%
B = 52.27%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#423C8A (or 0x423C8A) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 8A. RGB value is (66,60,138). Sum of RGB (Red+Green+Blue) = 66+60+138=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #423C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C8A is #BDC375. Grayscale: #464646. Windows color (decimal): -12436342 or 9059394. OLE color: 9059394.

HSL color Cylindrical-coordinate representation of color #423C8A: hue angle of 244.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423C8A is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 60 138 -
CMYK 0.52 0.57 0 0.46
HSL 244.62º 0.39% 0.39% -
HSV(B) 244.62º 0.57% 0.54% -
XYZ 8.45 6.22 24.8 -
YUV 70.69 165.99 124.66 -
System Red Green Blue C M Y K H S L
Decimal 66 60 138 0.52 0.57 0 0.46 244.62 0.39 0.39
Hex 42 3C 8A 34 39 0 2E F5 27 27
Octal 102 74 212 64 71 0 56 365 47 47
Binary 1000010 111100 10001010 110100 111001 0 101110 11110101 100111 100111

Color Harmonies of #423C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C8A

Black with #423C8A

Text Example


Text Example

White with #423C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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