Html Css Color HEX #423885 Dark Slate Blue

📋 copy color: '#423885'

red 66 ◦ green 56 ◦ blue 133

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

Shades of Dark Slate Blue #423885

Tints of Dark Slate Blue #423885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 25.88%
G = 21.96%
B = 52.16%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423885 (or 0x423885) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 85. RGB value is (66,56,133). Sum of RGB (Red+Green+Blue) = 66+56+133=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #423885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423885 is #BDC77A. Grayscale: #434343. Windows color (decimal): -12437371 or 8730690. OLE color: 8730690.

HSL color Cylindrical-coordinate representation of color #423885: hue angle of 247.79º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423885 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 56 133 -
CMYK 0.50 0.58 0 0.48
HSL 247.79º 0.41% 0.37% -
HSV(B) 247.79º 0.58% 0.52% -
XYZ 7.89 5.68 22.87 -
YUV 67.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 66 56 133 0.50 0.58 0 0.48 247.79 0.41 0.37
Hex 42 38 85 32 3A 0 30 F8 29 25
Octal 102 70 205 62 72 0 60 370 51 45
Binary 1000010 111000 10000101 110010 111010 0 110000 11111000 101001 100101

Color Harmonies of #423885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423885

Black with #423885

Text Example


Text Example

White with #423885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423885; }

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

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

background-color css

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

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

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

border-color css

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

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

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