Html Css Color HEX #423897 Dark Slate Blue

📋 copy color: '#423897'

red 66 ◦ green 56 ◦ blue 151

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

Shades of Dark Slate Blue #423897

Tints of Dark Slate Blue #423897

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 24.18%
G = 20.51%
B = 55.31%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#423897 (or 0x423897) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 97. RGB value is (66,56,151). Sum of RGB (Red+Green+Blue) = 66+56+151=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #423897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423897 is #BDC768. Grayscale: #454545. Windows color (decimal): -12437353 or 9910338. OLE color: 9910338.

HSL color Cylindrical-coordinate representation of color #423897: hue angle of 246.32º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423897 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 56 151 -
CMYK 0.56 0.63 0 0.41
HSL 246.32º 0.46% 0.41% -
HSV(B) 246.32º 0.63% 0.59% -
XYZ 9.25 6.22 29.99 -
YUV 69.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 66 56 151 0.56 0.63 0 0.41 246.32 0.46 0.41
Hex 42 38 97 38 3F 0 29 F6 2E 29
Octal 102 70 227 70 77 0 51 366 56 51
Binary 1000010 111000 10010111 111000 111111 0 101001 11110110 101110 101001

Color Harmonies of #423897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423897

Black with #423897

Text Example


Text Example

White with #423897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423897; }

 p { color: rgb(66,56,151); }

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

background-color css

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

 a { background-color: rgb(66,56,151); }

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

border-color css

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

 span { border-color: rgb(66,56,151); }

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