Html Css Color HEX #28315F Lucky Point

📋 copy color: '#28315F'

red 40 ◦ green 49 ◦ blue 95

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

Shades of Lucky Point #28315F

Tints of Lucky Point #28315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 21.74%
G = 26.63%
B = 51.63%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28315F (or 0x28315F) is known color: Lucky Point. HEX triplet: 28, 31 and 5F. RGB value is (40,49,95). Sum of RGB (Red+Green+Blue) = 40+49+95=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #28315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28315F is #D7CEA0. Grayscale: #333333. Windows color (decimal): -14143137 or 6238504. OLE color: 6238504.

HSL color Cylindrical-coordinate representation of color #28315F: hue angle of 230.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28315F is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 49 95 -
CMYK 0.58 0.48 0 0.63
HSL 230.18º 0.41% 0.26% -
HSV(B) 230.18º 0.58% 0.37% -
XYZ 4.04 3.47 11.28 -
YUV 51.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 40 49 95 0.58 0.48 0 0.63 230.18 0.41 0.26
Hex 28 31 5F 3A 30 0 3F E6 29 1A
Octal 50 61 137 72 60 0 77 346 51 32
Binary 101000 110001 1011111 111010 110000 0 111111 11100110 101001 11010

Color Harmonies of #28315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28315F

Black with #28315F

Text Example


Text Example

White with #28315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,49,95); }

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

background-color css

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

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

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

border-color css

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

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

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