Html Css Color HEX #28325B Lucky Point

📋 copy color: '#28325B'

red 40 ◦ green 50 ◦ blue 91

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

Shades of Lucky Point #28325B

Tints of Lucky Point #28325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 22.1%
G = 27.62%
B = 50.28%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28325B (or 0x28325B) is known color: Lucky Point. HEX triplet: 28, 32 and 5B. RGB value is (40,50,91). Sum of RGB (Red+Green+Blue) = 40+50+91=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #28325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28325B is #D7CDA4. Grayscale: #333333. Windows color (decimal): -14142885 or 5976616. OLE color: 5976616.

HSL color Cylindrical-coordinate representation of color #28325B: hue angle of 228.24º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28325B is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 50 91 -
CMYK 0.56 0.45 0 0.64
HSL 228.24º 0.39% 0.26% -
HSV(B) 228.24º 0.56% 0.36% -
XYZ 3.9 3.49 10.36 -
YUV 51.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 40 50 91 0.56 0.45 0 0.64 228.24 0.39 0.26
Hex 28 32 5B 38 2D 0 40 E4 27 1A
Octal 50 62 133 70 55 0 100 344 47 32
Binary 101000 110010 1011011 111000 101101 0 1000000 11100100 100111 11010

Color Harmonies of #28325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28325B

Black with #28325B

Text Example


Text Example

White with #28325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28325B; }

 p { color: rgb(40,50,91); }

 H1.HeaderClassName
 {
   color: #28325B;
 }
 .AnyTagClassName
 {
   color: #28325B;
 }
</style>

background-color css

<style>
 a { background-color: #28325B; }

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

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

border-color css

<style>
 span { border-color: #28325B; }

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

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