Html Css Color HEX #433A84 Dark Slate Blue

📋 copy color: '#433A84'

red 67 ◦ green 58 ◦ blue 132

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

Shades of Dark Slate Blue #433A84

Tints of Dark Slate Blue #433A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

 BLUE value IS 132 (51.95% from 255) = 51.36%

R = 26.07%
G = 22.57%
B = 51.36%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#433A84 (or 0x433A84) is known color: Dark Slate Blue. HEX triplet: 43, 3A and 84. RGB value is (67,58,132). Sum of RGB (Red+Green+Blue) = 67+58+132=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #433A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433A84 is #BCC57B. Grayscale: #444444. Windows color (decimal): -12371324 or 8665667. OLE color: 8665667.

HSL color Cylindrical-coordinate representation of color #433A84: hue angle of 247.3º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433A84 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 58 132 -
CMYK 0.49 0.56 0 0.48
HSL 247.3º 0.39% 0.37% -
HSV(B) 247.3º 0.56% 0.52% -
XYZ 7.99 5.89 22.54 -
YUV 69.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 67 58 132 0.49 0.56 0 0.48 247.3 0.39 0.37
Hex 43 3A 84 31 38 0 30 F7 27 25
Octal 103 72 204 61 70 0 60 367 47 45
Binary 1000011 111010 10000100 110001 111000 0 110000 11110111 100111 100101

Color Harmonies of #433A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433A84

Black with #433A84

Text Example


Text Example

White with #433A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,58,132); }

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

background-color css

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

 a { background-color: rgb(67,58,132); }

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

border-color css

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

 span { border-color: rgb(67,58,132); }

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