Html Css Color HEX #412C88 Dark Slate Blue

📋 copy color: '#412C88'

red 65 ◦ green 44 ◦ blue 136

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

Shades of Dark Slate Blue #412C88

Tints of Dark Slate Blue #412C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.96%

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 26.53%
G = 17.96%
B = 55.51%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412C88 (or 0x412C88) is known color: Dark Slate Blue. HEX triplet: 41, 2C and 88. RGB value is (65,44,136). Sum of RGB (Red+Green+Blue) = 65+44+136=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #412C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412C88 is #BED377. Grayscale: #3C3C3C. Windows color (decimal): -12505976 or 8924225. OLE color: 8924225.

HSL color Cylindrical-coordinate representation of color #412C88: hue angle of 253.7º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412C88 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 44 136 -
CMYK 0.52 0.68 0 0.47
HSL 253.7º 0.51% 0.35% -
HSV(B) 253.7º 0.68% 0.53% -
XYZ 7.52 4.7 23.8 -
YUV 60.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 65 44 136 0.52 0.68 0 0.47 253.7 0.51 0.35
Hex 41 2C 88 34 44 0 2F FE 33 23
Octal 101 54 210 64 104 0 57 376 63 43
Binary 1000001 101100 10001000 110100 1000100 0 101111 11111110 110011 100011

Color Harmonies of #412C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C88

Black with #412C88

Text Example


Text Example

White with #412C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412C88; }

 p { color: rgb(65,44,136); }

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

background-color css

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

 a { background-color: rgb(65,44,136); }

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

border-color css

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

 span { border-color: rgb(65,44,136); }

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