Html Css Color HEX #2F2697 Dark Slate Blue

📋 copy color: '#2F2697'

red 47 ◦ green 38 ◦ blue 151

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

Shades of Dark Slate Blue #2F2697

Tints of Dark Slate Blue #2F2697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.98%

R = 19.92%
G = 16.1%
B = 63.98%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2F2697 (or 0x2F2697) is known color: Dark Slate Blue. HEX triplet: 2F, 26 and 97. RGB value is (47,38,151). Sum of RGB (Red+Green+Blue) = 47+38+151=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F2697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2697 is #D0D968. Grayscale: #353535. Windows color (decimal): -13687145 or 9905711. OLE color: 9905711.

HSL color Cylindrical-coordinate representation of color #2F2697: hue angle of 244.78º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2697 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 38 151 -
CMYK 0.69 0.75 0 0.41
HSL 244.78º 0.6% 0.37% -
HSV(B) 244.78º 0.75% 0.59% -
XYZ 7.45 4.22 29.7 -
YUV 53.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 47 38 151 0.69 0.75 0 0.41 244.78 0.6 0.37
Hex 2F 26 97 45 4B 0 29 F5 3C 25
Octal 57 46 227 105 113 0 51 365 74 45
Binary 101111 100110 10010111 1000101 1001011 0 101001 11110101 111100 100101

Color Harmonies of #2F2697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2697

Black with #2F2697

Text Example


Text Example

White with #2F2697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,38,151); }

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

background-color css

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

 a { background-color: rgb(47,38,151); }

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

border-color css

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

 span { border-color: rgb(47,38,151); }

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