Html Css Color HEX #413B98 Dark Slate Blue

📋 copy color: '#413B98'

red 65 ◦ green 59 ◦ blue 152

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

Shades of Dark Slate Blue #413B98

Tints of Dark Slate Blue #413B98

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.38%

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

R = 23.55%
G = 21.38%
B = 55.07%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#413B98 (or 0x413B98) is known color: Dark Slate Blue. HEX triplet: 41, 3B and 98. RGB value is (65,59,152). Sum of RGB (Red+Green+Blue) = 65+59+152=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 59 (23.44% from 255 or 21.38% 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 #413B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B98 is #BEC467. Grayscale: #474747. Windows color (decimal): -12502120 or 9976641. OLE color: 9976641.

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

Color convert

RGB 65 59 152 -
CMYK 0.57 0.61 0 0.40
HSL 243.87º 0.44% 0.41% -
HSV(B) 243.87º 0.61% 0.6% -
XYZ 9.41 6.52 30.47 -
YUV 71.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 65 59 152 0.57 0.61 0 0.40 243.87 0.44 0.41
Hex 41 3B 98 39 3D 0 28 F4 2C 29
Octal 101 73 230 71 75 0 50 364 54 51
Binary 1000001 111011 10011000 111001 111101 0 101000 11110100 101100 101001

Color Harmonies of #413B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B98

Black with #413B98

Text Example


Text Example

White with #413B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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