Html Css Color HEX #2F2793 Dark Slate Blue

📋 copy color: '#2F2793'

red 47 ◦ green 39 ◦ blue 147

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

Shades of Dark Slate Blue #2F2793

Tints of Dark Slate Blue #2F2793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.09%

R = 20.17%
G = 16.74%
B = 63.09%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F2793 (or 0x2F2793) is known color: Dark Slate Blue. HEX triplet: 2F, 27 and 93. RGB value is (47,39,147). Sum of RGB (Red+Green+Blue) = 47+39+147=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F2793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2793 is #D0D86C. Grayscale: #353535. Windows color (decimal): -13686893 or 9643823. OLE color: 9643823.

HSL color Cylindrical-coordinate representation of color #2F2793: hue angle of 244.44º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2793 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 39 147 -
CMYK 0.68 0.73 0 0.42
HSL 244.44º 0.58% 0.36% -
HSV(B) 244.44º 0.73% 0.58% -
XYZ 7.16 4.16 28.03 -
YUV 53.7 180.65 123.22 -
System Red Green Blue C M Y K H S L
Decimal 47 39 147 0.68 0.73 0 0.42 244.44 0.58 0.36
Hex 2F 27 93 44 49 0 2A F4 3A 24
Octal 57 47 223 104 111 0 52 364 72 44
Binary 101111 100111 10010011 1000100 1001001 0 101010 11110100 111010 100100

Color Harmonies of #2F2793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2793

Black with #2F2793

Text Example


Text Example

White with #2F2793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,39,147); }

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

background-color css

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

 a { background-color: rgb(47,39,147); }

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

border-color css

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

 span { border-color: rgb(47,39,147); }

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