Html Css Color HEX #433485 Dark Slate Blue

📋 copy color: '#433485'

red 67 ◦ green 52 ◦ blue 133

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

Shades of Dark Slate Blue #433485

Tints of Dark Slate Blue #433485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 26.59%
G = 20.63%
B = 52.78%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#433485 (or 0x433485) is known color: Dark Slate Blue. HEX triplet: 43, 34 and 85. RGB value is (67,52,133). Sum of RGB (Red+Green+Blue) = 67+52+133=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #433485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433485 is #BCCB7A. Grayscale: #414141. Windows color (decimal): -12372859 or 8729667. OLE color: 8729667.

HSL color Cylindrical-coordinate representation of color #433485: hue angle of 251.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #433485 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 52 133 -
CMYK 0.50 0.61 0 0.48
HSL 251.11º 0.44% 0.36% -
HSV(B) 251.11º 0.61% 0.52% -
XYZ 7.78 5.34 22.81 -
YUV 65.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 67 52 133 0.50 0.61 0 0.48 251.11 0.44 0.36
Hex 43 34 85 32 3D 0 30 FB 2C 24
Octal 103 64 205 62 75 0 60 373 54 44
Binary 1000011 110100 10000101 110010 111101 0 110000 11111011 101100 100100

Color Harmonies of #433485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433485

Black with #433485

Text Example


Text Example

White with #433485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433485; }

 p { color: rgb(67,52,133); }

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

background-color css

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

 a { background-color: rgb(67,52,133); }

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

border-color css

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

 span { border-color: rgb(67,52,133); }

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