Html Css Color HEX #413A98 Dark Slate Blue

📋 copy color: '#413A98'

red 65 ◦ green 58 ◦ blue 152

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

Shades of Dark Slate Blue #413A98

Tints of Dark Slate Blue #413A98

RGB

 RED value IS 65 (25.78% from 255) = 23.64%

 GREEN value IS 58 (23.05% from 255) = 21.09%

 BLUE value IS 152 (59.77% from 255) = 55.27%

R = 23.64%
G = 21.09%
B = 55.27%

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

#413A98 (or 0x413A98) is known color: Dark Slate Blue. HEX triplet: 41, 3A and 98. RGB value is (65,58,152). Sum of RGB (Red+Green+Blue) = 65+58+152=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #413A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A98 is #BEC567. Grayscale: #464646. Windows color (decimal): -12502376 or 9976385. OLE color: 9976385.

HSL color Cylindrical-coordinate representation of color #413A98: hue angle of 244.47º 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 #413A98 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 58 152 -
CMYK 0.57 0.62 0 0.40
HSL 244.47º 0.45% 0.41% -
HSV(B) 244.47º 0.62% 0.6% -
XYZ 9.36 6.42 30.45 -
YUV 70.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 65 58 152 0.57 0.62 0 0.40 244.47 0.45 0.41
Hex 41 3A 98 39 3E 0 28 F4 2D 29
Octal 101 72 230 71 76 0 50 364 55 51
Binary 1000001 111010 10011000 111001 111110 0 101000 11110100 101101 101001

Color Harmonies of #413A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A98

Black with #413A98

Text Example


Text Example

White with #413A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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