Html Css Color HEX #433F96 Dark Slate Blue

📋 copy color: '#433F96'

red 67 ◦ green 63 ◦ blue 150

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

Shades of Dark Slate Blue #433F96

Tints of Dark Slate Blue #433F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 23.93%
G = 22.5%
B = 53.57%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#433F96 (or 0x433F96) is known color: Dark Slate Blue. HEX triplet: 43, 3F and 96. RGB value is (67,63,150). Sum of RGB (Red+Green+Blue) = 67+63+150=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #433F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433F96 is #BCC069. Grayscale: #494949. Windows color (decimal): -12370026 or 9846595. OLE color: 9846595.

HSL color Cylindrical-coordinate representation of color #433F96: hue angle of 242.76º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #433F96 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 63 150 -
CMYK 0.55 0.58 0 0.41
HSL 242.76º 0.41% 0.42% -
HSV(B) 242.76º 0.58% 0.59% -
XYZ 9.6 6.95 29.69 -
YUV 74.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 67 63 150 0.55 0.58 0 0.41 242.76 0.41 0.42
Hex 43 3F 96 37 3A 0 29 F3 29 2A
Octal 103 77 226 67 72 0 51 363 51 52
Binary 1000011 111111 10010110 110111 111010 0 101001 11110011 101001 101010

Color Harmonies of #433F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433F96

Black with #433F96

Text Example


Text Example

White with #433F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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