Html Css Color HEX #433F8E Dark Slate Blue

📋 copy color: '#433F8E'

red 67 ◦ green 63 ◦ blue 142

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

Shades of Dark Slate Blue #433F8E

Tints of Dark Slate Blue #433F8E

RGB

 RED value IS 67 (26.56% from 255) = 24.63%

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

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 24.63%
G = 23.16%
B = 52.21%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#433F8E (or 0x433F8E) is known color: Dark Slate Blue. HEX triplet: 43, 3F and 8E. RGB value is (67,63,142). Sum of RGB (Red+Green+Blue) = 67+63+142=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #433F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433F8E is #BCC071. Grayscale: #484848. Windows color (decimal): -12370034 or 9322307. OLE color: 9322307.

HSL color Cylindrical-coordinate representation of color #433F8E: hue angle of 243.04º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433F8E is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 63 142 -
CMYK 0.53 0.56 0 0.44
HSL 243.04º 0.39% 0.4% -
HSV(B) 243.04º 0.56% 0.56% -
XYZ 8.97 6.7 26.41 -
YUV 73.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 67 63 142 0.53 0.56 0 0.44 243.04 0.39 0.4
Hex 43 3F 8E 35 38 0 2C F3 27 28
Octal 103 77 216 65 70 0 54 363 47 50
Binary 1000011 111111 10001110 110101 111000 0 101100 11110011 100111 101000

Color Harmonies of #433F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433F8E

Black with #433F8E

Text Example


Text Example

White with #433F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433F8E; }

 p { color: rgb(67,63,142); }

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

background-color css

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

 a { background-color: rgb(67,63,142); }

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

border-color css

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

 span { border-color: rgb(67,63,142); }

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