#423088

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

Shades of Dark Slate Blue #423088

Tints of Dark Slate Blue #423088

Color information

#423088 (or 0x423088) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 30 and 88. RGB value is (66,48,136). Sum of RGB (Red+Green+Blue) = 66+48+136=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #423088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423088 is #BDCF77. Grayscale: #3F3F3F. Windows color (decimal): -12439416 or 8925250. OLE color: 8925250.

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

Color convert

RGB6648136-
CMYK0.510.6500.47
HSL252.27º47.83%36.08%-
HSV(B)252.27º64.71%53.33%-
XYZ7.755.0523.86-
YUV63.41168.96129.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=26.4%
G=19.2%
B=54.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66481360.510.6500.47252.2747.8336.08
Hex423088334102Ffc3024
Octal10260210631010573746044
Binary1000010110000100010001100111000001010111111111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423088; }

 p { color: rgb(66,48,136); }

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

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

 a { background-color: rgb(66,48,136); }

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

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

 span { border-color: rgb(66,48,136); }

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