Html Css Color HEX #3A278F Dark Slate Blue

📋 copy color: '#3A278F'

red 58 ◦ green 39 ◦ blue 143

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

Shades of Dark Slate Blue #3A278F

Tints of Dark Slate Blue #3A278F

RGB

 RED value IS 58 (23.05% from 255) = 24.17%

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 143 (56.25% from 255) = 59.58%

R = 24.17%
G = 16.25%
B = 59.58%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A278F (or 0x3A278F) is known color: Dark Slate Blue. HEX triplet: 3A, 27 and 8F. RGB value is (58,39,143). Sum of RGB (Red+Green+Blue) = 58+39+143=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A278F is #C5D870. Grayscale: #383838. Windows color (decimal): -12966001 or 9381690. OLE color: 9381690.

HSL color Cylindrical-coordinate representation of color #3A278F: hue angle of 250.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A278F is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 39 143 -
CMYK 0.59 0.73 0 0.44
HSL 250.96º 0.57% 0.36% -
HSV(B) 250.96º 0.73% 0.56% -
XYZ 7.43 4.33 26.43 -
YUV 56.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 58 39 143 0.59 0.73 0 0.44 250.96 0.57 0.36
Hex 3A 27 8F 3B 49 0 2C FB 39 24
Octal 72 47 217 73 111 0 54 373 71 44
Binary 111010 100111 10001111 111011 1001001 0 101100 11111011 111001 100100

Color Harmonies of #3A278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A278F

Black with #3A278F

Text Example


Text Example

White with #3A278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A278F; }

 p { color: rgb(58,39,143); }

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

background-color css

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

 a { background-color: rgb(58,39,143); }

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

border-color css

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

 span { border-color: rgb(58,39,143); }

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