Html Css Color HEX #423883 Dark Slate Blue

📋 copy color: '#423883'

red 66 ◦ green 56 ◦ blue 131

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

Shades of Dark Slate Blue #423883

Tints of Dark Slate Blue #423883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 26.09%
G = 22.13%
B = 51.78%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423883 (or 0x423883) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 83. RGB value is (66,56,131). Sum of RGB (Red+Green+Blue) = 66+56+131=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #423883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423883 is #BDC77C. Grayscale: #434343. Windows color (decimal): -12437373 or 8599618. OLE color: 8599618.

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

Color convert

RGB 66 56 131 -
CMYK 0.50 0.57 0 0.49
HSL 248º 0.4% 0.37% -
HSV(B) 248º 0.57% 0.51% -
XYZ 7.76 5.63 22.15 -
YUV 67.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 66 56 131 0.50 0.57 0 0.49 248 0.4 0.37
Hex 42 38 83 32 39 0 31 F8 28 25
Octal 102 70 203 62 71 0 61 370 50 45
Binary 1000010 111000 10000011 110010 111001 0 110001 11111000 101000 100101

Color Harmonies of #423883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423883

Black with #423883

Text Example


Text Example

White with #423883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423883; }

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

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

background-color css

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

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

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

border-color css

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

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

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