Html Css Color HEX #31269F Dark Slate Blue

📋 copy color: '#31269F'

red 49 ◦ green 38 ◦ blue 159

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

Shades of Dark Slate Blue #31269F

Tints of Dark Slate Blue #31269F

RGB

 RED value IS 49 (19.53% from 255) = 19.92%

 GREEN value IS 38 (15.23% from 255) = 15.45%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 19.92%
G = 15.45%
B = 64.63%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31269F (or 0x31269F) is known color: Dark Slate Blue. HEX triplet: 31, 26 and 9F. RGB value is (49,38,159). Sum of RGB (Red+Green+Blue) = 49+38+159=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #31269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31269F is #CED960. Grayscale: #363636. Windows color (decimal): -13556065 or 10430001. OLE color: 10430001.

HSL color Cylindrical-coordinate representation of color #31269F: hue angle of 245.45º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31269F is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 38 159 -
CMYK 0.69 0.76 0 0.38
HSL 245.45º 0.61% 0.39% -
HSV(B) 245.45º 0.76% 0.62% -
XYZ 8.22 4.54 33.24 -
YUV 55.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 49 38 159 0.69 0.76 0 0.38 245.45 0.61 0.39
Hex 31 26 9F 45 4C 0 26 F5 3D 27
Octal 61 46 237 105 114 0 46 365 75 47
Binary 110001 100110 10011111 1000101 1001100 0 100110 11110101 111101 100111

Color Harmonies of #31269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31269F

Black with #31269F

Text Example


Text Example

White with #31269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31269F; }

 p { color: rgb(49,38,159); }

 H1.HeaderClassName
 {
   color: #31269F;
 }
 .AnyTagClassName
 {
   color: #31269F;
 }
</style>

background-color css

<style>
 a { background-color: #31269F; }

 a { background-color: rgb(49,38,159); }

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

border-color css

<style>
 span { border-color: #31269F; }

 span { border-color: rgb(49,38,159); }

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