Html Css Color HEX #433F94 Dark Slate Blue

📋 copy color: '#433F94'

red 67 ◦ green 63 ◦ blue 148

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

Shades of Dark Slate Blue #433F94

Tints of Dark Slate Blue #433F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 24.1%
G = 22.66%
B = 53.24%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#433F94 (or 0x433F94) is known color: Dark Slate Blue. HEX triplet: 43, 3F and 94. RGB value is (67,63,148). Sum of RGB (Red+Green+Blue) = 67+63+148=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #433F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433F94 is #BCC06B. Grayscale: #494949. Windows color (decimal): -12370028 or 9715523. OLE color: 9715523.

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

Color convert

RGB 67 63 148 -
CMYK 0.55 0.57 0 0.42
HSL 242.82º 0.4% 0.41% -
HSV(B) 242.82º 0.57% 0.58% -
XYZ 9.44 6.89 28.85 -
YUV 73.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 67 63 148 0.55 0.57 0 0.42 242.82 0.4 0.41
Hex 43 3F 94 37 39 0 2A F3 28 29
Octal 103 77 224 67 71 0 52 363 50 51
Binary 1000011 111111 10010100 110111 111001 0 101010 11110011 101000 101001

Color Harmonies of #433F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433F94

Black with #433F94

Text Example


Text Example

White with #433F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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