Html Css Color HEX #423882 Dark Slate Blue

📋 copy color: '#423882'

red 66 ◦ green 56 ◦ blue 130

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

Shades of Dark Slate Blue #423882

Tints of Dark Slate Blue #423882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.59%

R = 26.19%
G = 22.22%
B = 51.59%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423882 (or 0x423882) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 82. RGB value is (66,56,130). Sum of RGB (Red+Green+Blue) = 66+56+130=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #423882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423882 is #BDC77D. Grayscale: #434343. Windows color (decimal): -12437374 or 8534082. OLE color: 8534082.

HSL color Cylindrical-coordinate representation of color #423882: hue angle of 248.11º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423882 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 56 130 -
CMYK 0.49 0.57 0 0.49
HSL 248.11º 0.4% 0.36% -
HSV(B) 248.11º 0.57% 0.51% -
XYZ 7.69 5.6 21.79 -
YUV 67.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 66 56 130 0.49 0.57 0 0.49 248.11 0.4 0.36
Hex 42 38 82 31 39 0 31 F8 28 24
Octal 102 70 202 61 71 0 61 370 50 44
Binary 1000010 111000 10000010 110001 111001 0 110001 11111000 101000 100100

Color Harmonies of #423882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423882

Black with #423882

Text Example


Text Example

White with #423882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423882; }

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

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

background-color css

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

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

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

border-color css

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

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

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