Html Css Color HEX #3A278E Dark Slate Blue

📋 copy color: '#3A278E'

red 58 ◦ green 39 ◦ blue 142

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

Shades of Dark Slate Blue #3A278E

Tints of Dark Slate Blue #3A278E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.41%

R = 24.27%
G = 16.32%
B = 59.41%

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

#3A278E (or 0x3A278E) is known color: Dark Slate Blue. HEX triplet: 3A, 27 and 8E. RGB value is (58,39,142). Sum of RGB (Red+Green+Blue) = 58+39+142=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A278E is #C5D871. Grayscale: #383838. Windows color (decimal): -12966002 or 9316154. OLE color: 9316154.

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

Color convert

RGB 58 39 142 -
CMYK 0.59 0.73 0 0.44
HSL 251.07º 0.57% 0.35% -
HSV(B) 251.07º 0.73% 0.56% -
XYZ 7.35 4.3 26.03 -
YUV 56.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 58 39 142 0.59 0.73 0 0.44 251.07 0.57 0.35
Hex 3A 27 8E 3B 49 0 2C FB 39 23
Octal 72 47 216 73 111 0 54 373 71 43
Binary 111010 100111 10001110 111011 1001001 0 101100 11111011 111001 100011

Color Harmonies of #3A278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A278E

Black with #3A278E

Text Example


Text Example

White with #3A278E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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