Html Css Color HEX #28325A Lucky Point

📋 copy color: '#28325A'

red 40 ◦ green 50 ◦ blue 90

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

Shades of Lucky Point #28325A

Tints of Lucky Point #28325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50%

R = 22.22%
G = 27.78%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28325A (or 0x28325A) is known color: Lucky Point. HEX triplet: 28, 32 and 5A. RGB value is (40,50,90). Sum of RGB (Red+Green+Blue) = 40+50+90=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #28325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28325A is #D7CDA5. Grayscale: #333333. Windows color (decimal): -14142886 or 5911080. OLE color: 5911080.

HSL color Cylindrical-coordinate representation of color #28325A: hue angle of 228º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28325A is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 50 90 -
CMYK 0.56 0.44 0 0.65
HSL 228º 0.38% 0.25% -
HSV(B) 228º 0.56% 0.35% -
XYZ 3.86 3.47 10.14 -
YUV 51.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 40 50 90 0.56 0.44 0 0.65 228 0.38 0.25
Hex 28 32 5A 38 2C 0 41 E4 26 19
Octal 50 62 132 70 54 0 101 344 46 31
Binary 101000 110010 1011010 111000 101100 0 1000001 11100100 100110 11001

Color Harmonies of #28325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28325A

Black with #28325A

Text Example


Text Example

White with #28325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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