#433A7C

Color #433A7C Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #433A7C

Tints of Dark Slate Blue #433A7C

Color information

#433A7C (or 0x433A7C) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3A and 7C. RGB value is (67,58,124). Sum of RGB (Red+Green+Blue) = 67+58+124=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #433A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A7C is #BCC583. Grayscale: #434343. Windows color (decimal): -12371332 or 8141379. OLE color: 8141379.

HSL color Cylindrical-coordinate representation of color #433A7C: hue angle of 248.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #433A7C is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6758124-
CMYK0.460.5300.51
HSL248.18º36.26%35.69%-
HSV(B)248.18º53.23%48.63%-
XYZ7.475.6719.77-
YUV68.21159.48127.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=26.91%
G=23.29%
B=49.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67581240.460.5300.51248.1836.2635.69
Hex433A7C2E35033f82424
Octal1037217456650633704444
Binary10000111110101111100101110110101011001111111000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #433A7C;
 }
 .AnyTagClassName
 {
   color: #433A7C;
 }
</style>
background-color css

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

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

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

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

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

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