Html Css Color HEX #414398 Dark Slate Blue

📋 copy color: '#414398'

red 65 ◦ green 67 ◦ blue 152

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

Shades of Dark Slate Blue #414398

Tints of Dark Slate Blue #414398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 22.89%
G = 23.59%
B = 53.52%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#414398 (or 0x414398) is known color: Dark Slate Blue. HEX triplet: 41, 43 and 98. RGB value is (65,67,152). Sum of RGB (Red+Green+Blue) = 65+67+152=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #414398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414398 is #BEBC67. Grayscale: #4B4B4B. Windows color (decimal): -12500072 or 9978689. OLE color: 9978689.

HSL color Cylindrical-coordinate representation of color #414398: hue angle of 238.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414398 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 67 152 -
CMYK 0.57 0.56 0 0.40
HSL 238.62º 0.4% 0.43% -
HSV(B) 238.62º 0.57% 0.6% -
XYZ 9.85 7.41 30.62 -
YUV 76.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 65 67 152 0.57 0.56 0 0.40 238.62 0.4 0.43
Hex 41 43 98 39 38 0 28 EF 28 2B
Octal 101 103 230 71 70 0 50 357 50 53
Binary 1000001 1000011 10011000 111001 111000 0 101000 11101111 101000 101011

Color Harmonies of #414398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414398

Black with #414398

Text Example


Text Example

White with #414398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414398; }

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

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

background-color css

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

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

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

border-color css

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

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

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