Html Css Color HEX #433585 Dark Slate Blue

📋 copy color: '#433585'

red 67 ◦ green 53 ◦ blue 133

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

Shades of Dark Slate Blue #433585

Tints of Dark Slate Blue #433585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

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

R = 26.48%
G = 20.95%
B = 52.57%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#433585 (or 0x433585) is known color: Dark Slate Blue. HEX triplet: 43, 35 and 85. RGB value is (67,53,133). Sum of RGB (Red+Green+Blue) = 67+53+133=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #433585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433585 is #BCCA7A. Grayscale: #424242. Windows color (decimal): -12372603 or 8729923. OLE color: 8729923.

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

Color convert

RGB 67 53 133 -
CMYK 0.50 0.60 0 0.48
HSL 250.5º 0.43% 0.36% -
HSV(B) 250.5º 0.6% 0.52% -
XYZ 7.82 5.43 22.83 -
YUV 66.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 67 53 133 0.50 0.60 0 0.48 250.5 0.43 0.36
Hex 43 35 85 32 3C 0 30 FB 2B 24
Octal 103 65 205 62 74 0 60 373 53 44
Binary 1000011 110101 10000101 110010 111100 0 110000 11111011 101011 100100

Color Harmonies of #433585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433585

Black with #433585

Text Example


Text Example

White with #433585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433585; }

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

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

background-color css

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

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

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

border-color css

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

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

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