Html Css Color HEX #423A98 Dark Slate Blue

📋 copy color: '#423A98'

red 66 ◦ green 58 ◦ blue 152

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

Shades of Dark Slate Blue #423A98

Tints of Dark Slate Blue #423A98

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 value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#423A98 (or 0x423A98) is known color: 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

RGB 66 58 152 -
CMYK 0.57 0.62 0 0.40
HSL 245.11º 0.45% 0.41% -
HSV(B) 245.11º 0.62% 0.6% -
XYZ 9.43 6.45 30.45 -
YUV 71.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 66 58 152 0.57 0.62 0 0.40 245.11 0.45 0.41
Hex 42 3A 98 39 3E 0 28 F5 2D 29
Octal 102 72 230 71 76 0 50 365 55 51
Binary 1000010 111010 10011000 111001 111110 0 101000 11110101 101101 101001

Color Harmonies of #423A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A98

Black with #423A98

Text Example


Text Example

White with #423A98

Text Example


Text Example

HTML Codes & Css Web 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>