Html Css Color HEX #433085 Dark Slate Blue

📋 copy color: '#433085'

red 67 ◦ green 48 ◦ blue 133

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

Shades of Dark Slate Blue #433085

Tints of Dark Slate Blue #433085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 27.02%
G = 19.35%
B = 53.63%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#433085 (or 0x433085) is known color: Dark Slate Blue. HEX triplet: 43, 30 and 85. RGB value is (67,48,133). Sum of RGB (Red+Green+Blue) = 67+48+133=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #433085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433085 is #BCCF7A. Grayscale: #3F3F3F. Windows color (decimal): -12373883 or 8728643. OLE color: 8728643.

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

Color convert

RGB 67 48 133 -
CMYK 0.50 0.64 0 0.48
HSL 253.41º 0.47% 0.35% -
HSV(B) 253.41º 0.64% 0.52% -
XYZ 7.61 5 22.75 -
YUV 63.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 67 48 133 0.50 0.64 0 0.48 253.41 0.47 0.35
Hex 43 30 85 32 40 0 30 FD 2F 23
Octal 103 60 205 62 100 0 60 375 57 43
Binary 1000011 110000 10000101 110010 1000000 0 110000 11111101 101111 100011

Color Harmonies of #433085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433085

Black with #433085

Text Example


Text Example

White with #433085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433085; }

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

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

background-color css

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

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

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

border-color css

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

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

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