Html Css Color HEX #28284F Lucky Point

📋 copy color: '#28284F'

red 40 ◦ green 40 ◦ blue 79

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

Shades of Lucky Point #28284F

Tints of Lucky Point #28284F

RGB

 RED value IS 40 (16.02% from 255) = 25.16%

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

 BLUE value IS 79 (31.25% from 255) = 49.69%

R = 25.16%
G = 25.16%
B = 49.69%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28284F (or 0x28284F) is known color: Lucky Point. HEX triplet: 28, 28 and 4F. RGB value is (40,40,79). Sum of RGB (Red+Green+Blue) = 40+40+79=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #28284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28284F is #D7D7B0. Grayscale: #2C2C2C. Windows color (decimal): -14145457 or 5187624. OLE color: 5187624.

HSL color Cylindrical-coordinate representation of color #28284F: hue angle of 240º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28284F is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 40 79 -
CMYK 0.49 0.49 0 0.69
HSL 240º 0.33% 0.23% -
HSV(B) 240º 0.49% 0.31% -
XYZ 3.05 2.53 7.73 -
YUV 44.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 40 40 79 0.49 0.49 0 0.69 240 0.33 0.23
Hex 28 28 4F 31 31 0 45 F0 21 17
Octal 50 50 117 61 61 0 105 360 41 27
Binary 101000 101000 1001111 110001 110001 0 1000101 11110000 100001 10111

Color Harmonies of #28284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28284F

Black with #28284F

Text Example


Text Example

White with #28284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28284F; }

 p { color: rgb(40,40,79); }

 H1.HeaderClassName
 {
   color: #28284F;
 }
 .AnyTagClassName
 {
   color: #28284F;
 }
</style>

background-color css

<style>
 a { background-color: #28284F; }

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

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

border-color css

<style>
 span { border-color: #28284F; }

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

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