Html Css Color HEX #2F259F Dark Slate Blue

📋 copy color: '#2F259F'

red 47 ◦ green 37 ◦ blue 159

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

Shades of Dark Slate Blue #2F259F

Tints of Dark Slate Blue #2F259F

RGB

 RED value IS 47 (18.75% from 255) = 19.34%

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 19.34%
G = 15.23%
B = 65.43%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F259F (or 0x2F259F) is known color: Dark Slate Blue. HEX triplet: 2F, 25 and 9F. RGB value is (47,37,159). Sum of RGB (Red+Green+Blue) = 47+37+159=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F259F is #D0DA60. Grayscale: #353535. Windows color (decimal): -13687393 or 10429743. OLE color: 10429743.

HSL color Cylindrical-coordinate representation of color #2F259F: hue angle of 244.92º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F259F is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 37 159 -
CMYK 0.70 0.77 0 0.38
HSL 244.92º 0.62% 0.38% -
HSV(B) 244.92º 0.77% 0.62% -
XYZ 8.09 4.43 33.23 -
YUV 53.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 47 37 159 0.70 0.77 0 0.38 244.92 0.62 0.38
Hex 2F 25 9F 46 4D 0 26 F5 3E 26
Octal 57 45 237 106 115 0 46 365 76 46
Binary 101111 100101 10011111 1000110 1001101 0 100110 11110101 111110 100110

Color Harmonies of #2F259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F259F

Black with #2F259F

Text Example


Text Example

White with #2F259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F259F; }

 p { color: rgb(47,37,159); }

 H1.HeaderClassName
 {
   color: #2F259F;
 }
 .AnyTagClassName
 {
   color: #2F259F;
 }
</style>

background-color css

<style>
 a { background-color: #2F259F; }

 a { background-color: rgb(47,37,159); }

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

border-color css

<style>
 span { border-color: #2F259F; }

 span { border-color: rgb(47,37,159); }

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