Html Css Color HEX #2F2E71 Deep Koamaru

📋 copy color: '#2F2E71'

red 47 ◦ green 46 ◦ blue 113

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

Shades of Deep Koamaru #2F2E71

Tints of Deep Koamaru #2F2E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 22.82%
G = 22.33%
B = 54.85%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F2E71 (or 0x2F2E71) is known color: Deep Koamaru. HEX triplet: 2F, 2E and 71. RGB value is (47,46,113). Sum of RGB (Red+Green+Blue) = 47+46+113=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F2E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E71 is #D0D18E. Grayscale: #353535. Windows color (decimal): -13685135 or 7417391. OLE color: 7417391.

HSL color Cylindrical-coordinate representation of color #2F2E71: hue angle of 240.9º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F2E71 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 46 113 -
CMYK 0.58 0.59 0 0.56
HSL 240.9º 0.42% 0.31% -
HSV(B) 240.9º 0.59% 0.44% -
XYZ 5.13 3.75 16.08 -
YUV 53.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 47 46 113 0.58 0.59 0 0.56 240.9 0.42 0.31
Hex 2F 2E 71 3A 3B 0 38 F1 2A 1F
Octal 57 56 161 72 73 0 70 361 52 37
Binary 101111 101110 1110001 111010 111011 0 111000 11110001 101010 11111

Color Harmonies of #2F2E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2E71

Black with #2F2E71

Text Example


Text Example

White with #2F2E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,46,113); }

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

background-color css

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

 a { background-color: rgb(47,46,113); }

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

border-color css

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

 span { border-color: rgb(47,46,113); }

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