Html Css Color HEX #272C47 Lucky Point

📋 copy color: '#272C47'

red 39 ◦ green 44 ◦ blue 71

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

Shades of Lucky Point #272C47

Tints of Lucky Point #272C47

RGB

 RED value IS 39 (15.63% from 255) = 25.32%

 GREEN value IS 44 (17.58% from 255) = 28.57%

 BLUE value IS 71 (28.13% from 255) = 46.1%

R = 25.32%
G = 28.57%
B = 46.1%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272C47 (or 0x272C47) is known color: Lucky Point. HEX triplet: 27, 2C and 47. RGB value is (39,44,71). Sum of RGB (Red+Green+Blue) = 39+44+71=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #272C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C47 is #D8D3B8. Grayscale: #2D2D2D. Windows color (decimal): -14209977 or 4664359. OLE color: 4664359.

HSL color Cylindrical-coordinate representation of color #272C47: hue angle of 230.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272C47 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 44 71 -
CMYK 0.45 0.38 0 0.72
HSL 230.63º 0.29% 0.22% -
HSV(B) 230.63º 0.45% 0.28% -
XYZ 2.87 2.69 6.33 -
YUV 45.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 39 44 71 0.45 0.38 0 0.72 230.63 0.29 0.22
Hex 27 2C 47 2D 26 0 48 E7 1D 16
Octal 47 54 107 55 46 0 110 347 35 26
Binary 100111 101100 1000111 101101 100110 0 1001000 11100111 11101 10110

Color Harmonies of #272C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C47

Black with #272C47

Text Example


Text Example

White with #272C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272C47; }

 p { color: rgb(39,44,71); }

 H1.HeaderClassName
 {
   color: #272C47;
 }
 .AnyTagClassName
 {
   color: #272C47;
 }
</style>

background-color css

<style>
 a { background-color: #272C47; }

 a { background-color: rgb(39,44,71); }

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

border-color css

<style>
 span { border-color: #272C47; }

 span { border-color: rgb(39,44,71); }

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