Html Css Color HEX #3A278C Dark Slate Blue

📋 copy color: '#3A278C'

red 58 ◦ green 39 ◦ blue 140

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

Shades of Dark Slate Blue #3A278C

Tints of Dark Slate Blue #3A278C

RGB

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

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

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

R = 24.47%
G = 16.46%
B = 59.07%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A278C (or 0x3A278C) is known color: Dark Slate Blue. HEX triplet: 3A, 27 and 8C. RGB value is (58,39,140). Sum of RGB (Red+Green+Blue) = 58+39+140=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A278C is #C5D873. Grayscale: #373737. Windows color (decimal): -12966004 or 9185082. OLE color: 9185082.

HSL color Cylindrical-coordinate representation of color #3A278C: hue angle of 251.29º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A278C is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 39 140 -
CMYK 0.59 0.72 0 0.45
HSL 251.29º 0.56% 0.35% -
HSV(B) 251.29º 0.72% 0.55% -
XYZ 7.2 4.24 25.25 -
YUV 56.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 58 39 140 0.59 0.72 0 0.45 251.29 0.56 0.35
Hex 3A 27 8C 3B 48 0 2D FB 38 23
Octal 72 47 214 73 110 0 55 373 70 43
Binary 111010 100111 10001100 111011 1001000 0 101101 11111011 111000 100011

Color Harmonies of #3A278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A278C

Black with #3A278C

Text Example


Text Example

White with #3A278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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