Html Css Color HEX #423887 Dark Slate Blue

📋 copy color: '#423887'

red 66 ◦ green 56 ◦ blue 135

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

Shades of Dark Slate Blue #423887

Tints of Dark Slate Blue #423887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.53%

R = 25.68%
G = 21.79%
B = 52.53%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423887 (or 0x423887) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 87. RGB value is (66,56,135). Sum of RGB (Red+Green+Blue) = 66+56+135=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #423887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423887 is #BDC778. Grayscale: #434343. Windows color (decimal): -12437369 or 8861762. OLE color: 8861762.

HSL color Cylindrical-coordinate representation of color #423887: hue angle of 247.59º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423887 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 56 135 -
CMYK 0.51 0.59 0 0.47
HSL 247.59º 0.41% 0.37% -
HSV(B) 247.59º 0.59% 0.53% -
XYZ 8.03 5.74 23.61 -
YUV 68 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 66 56 135 0.51 0.59 0 0.47 247.59 0.41 0.37
Hex 42 38 87 33 3B 0 2F F8 29 25
Octal 102 70 207 63 73 0 57 370 51 45
Binary 1000010 111000 10000111 110011 111011 0 101111 11111000 101001 100101

Color Harmonies of #423887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423887

Black with #423887

Text Example


Text Example

White with #423887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423887; }

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

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

background-color css

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

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

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

border-color css

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

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

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