#423a98

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

Shades of Dark Slate Blue #423A98

Tints of Dark Slate Blue #423A98

Color information

#423A98 (or 0x423A98) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3A and 98. RGB value is (66,58,152). Sum of RGB (Red+Green+Blue) = 66+58+152=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #423A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423A98 is #BDC567. Grayscale: #464646. Windows color (decimal): -12436840 or 9976386. OLE color: 9976386.

HSL color Cylindrical-coordinate representation of color #423A98: hue angle of 245.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423A98 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6658152-
CMYK0.570.6200.40
HSL245.11º44.76%41.18%-
HSV(B)245.11º61.84%59.61%-
XYZ9.436.4530.45-
YUV71.11173.65124.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=23.91%
G=21.01%
B=55.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66581520.570.6200.40245.1144.7641.18
Hex423A98393E028f52d29
Octal1027223071760503655551
Binary100001011101010011000111001111110010100011110101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423a98; }

 p { color: rgb(66,58,152); }

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

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

 a { background-color: rgb(66,58,152); }

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

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

 span { border-color: rgb(66,58,152); }

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