Html Css Color HEX #41338C Dark Slate Blue

📋 copy color: '#41338C'

red 65 ◦ green 51 ◦ blue 140

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

Shades of Dark Slate Blue #41338C

Tints of Dark Slate Blue #41338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 25.39%
G = 19.92%
B = 54.69%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41338C (or 0x41338C) is known color: Dark Slate Blue. HEX triplet: 41, 33 and 8C. RGB value is (65,51,140). Sum of RGB (Red+Green+Blue) = 65+51+140=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #41338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41338C is #BECC73. Grayscale: #404040. Windows color (decimal): -12504180 or 9188161. OLE color: 9188161.

HSL color Cylindrical-coordinate representation of color #41338C: hue angle of 249.44º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41338C is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 51 140 -
CMYK 0.54 0.64 0 0.45
HSL 249.44º 0.47% 0.37% -
HSV(B) 249.44º 0.64% 0.55% -
XYZ 8.1 5.38 25.42 -
YUV 65.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 65 51 140 0.54 0.64 0 0.45 249.44 0.47 0.37
Hex 41 33 8C 36 40 0 2D F9 2F 25
Octal 101 63 214 66 100 0 55 371 57 45
Binary 1000001 110011 10001100 110110 1000000 0 101101 11111001 101111 100101

Color Harmonies of #41338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41338C

Black with #41338C

Text Example


Text Example

White with #41338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41338C; }

 p { color: rgb(65,51,140); }

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

background-color css

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

 a { background-color: rgb(65,51,140); }

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

border-color css

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

 span { border-color: rgb(65,51,140); }

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