Html Css Color HEX #423F91 Dark Slate Blue

📋 copy color: '#423F91'

red 66 ◦ green 63 ◦ blue 145

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

Shades of Dark Slate Blue #423F91

Tints of Dark Slate Blue #423F91

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 24.09%
G = 22.99%
B = 52.92%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423F91 (or 0x423F91) is known color: Dark Slate Blue. HEX triplet: 42, 3F and 91. RGB value is (66,63,145). Sum of RGB (Red+Green+Blue) = 66+63+145=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #423F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F91 is #BDC06E. Grayscale: #484848. Windows color (decimal): -12435567 or 9518914. OLE color: 9518914.

HSL color Cylindrical-coordinate representation of color #423F91: hue angle of 242.2º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423F91 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 63 145 -
CMYK 0.54 0.57 0 0.43
HSL 242.2º 0.39% 0.41% -
HSV(B) 242.2º 0.57% 0.57% -
XYZ 9.14 6.76 27.61 -
YUV 73.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 66 63 145 0.54 0.57 0 0.43 242.2 0.39 0.41
Hex 42 3F 91 36 39 0 2B F2 27 29
Octal 102 77 221 66 71 0 53 362 47 51
Binary 1000010 111111 10010001 110110 111001 0 101011 11110010 100111 101001

Color Harmonies of #423F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F91

Black with #423F91

Text Example


Text Example

White with #423F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423F91; }

 p { color: rgb(66,63,145); }

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

background-color css

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

 a { background-color: rgb(66,63,145); }

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

border-color css

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

 span { border-color: rgb(66,63,145); }

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