Html Css Color HEX #27284C Lucky Point

📋 copy color: '#27284C'

red 39 ◦ green 40 ◦ blue 76

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

Shades of Lucky Point #27284C

Tints of Lucky Point #27284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

 BLUE value IS 76 (30.08% from 255) = 49.03%

R = 25.16%
G = 25.81%
B = 49.03%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27284C (or 0x27284C) is known color: Lucky Point. HEX triplet: 27, 28 and 4C. RGB value is (39,40,76). Sum of RGB (Red+Green+Blue) = 39+40+76=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #27284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27284C is #D8D7B3. Grayscale: #2B2B2B. Windows color (decimal): -14210996 or 4991015. OLE color: 4991015.

HSL color Cylindrical-coordinate representation of color #27284C: hue angle of 238.38º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27284C is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 40 76 -
CMYK 0.49 0.47 0 0.70
HSL 238.38º 0.32% 0.23% -
HSV(B) 238.38º 0.49% 0.3% -
XYZ 2.9 2.47 7.16 -
YUV 43.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 39 40 76 0.49 0.47 0 0.70 238.38 0.32 0.23
Hex 27 28 4C 31 2F 0 46 EE 20 17
Octal 47 50 114 61 57 0 106 356 40 27
Binary 100111 101000 1001100 110001 101111 0 1000110 11101110 100000 10111

Color Harmonies of #27284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27284C

Black with #27284C

Text Example


Text Example

White with #27284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27284C; }

 p { color: rgb(39,40,76); }

 H1.HeaderClassName
 {
   color: #27284C;
 }
 .AnyTagClassName
 {
   color: #27284C;
 }
</style>

background-color css

<style>
 a { background-color: #27284C; }

 a { background-color: rgb(39,40,76); }

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

border-color css

<style>
 span { border-color: #27284C; }

 span { border-color: rgb(39,40,76); }

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