Html Css Color HEX #28325C Lucky Point

📋 copy color: '#28325C'

red 40 ◦ green 50 ◦ blue 92

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

Shades of Lucky Point #28325C

Tints of Lucky Point #28325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.55%

R = 21.98%
G = 27.47%
B = 50.55%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28325C (or 0x28325C) is known color: Lucky Point. HEX triplet: 28, 32 and 5C. RGB value is (40,50,92). Sum of RGB (Red+Green+Blue) = 40+50+92=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #28325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28325C is #D7CDA3. Grayscale: #333333. Windows color (decimal): -14142884 or 6042152. OLE color: 6042152.

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

Color convert

RGB 40 50 92 -
CMYK 0.57 0.46 0 0.64
HSL 228.46º 0.39% 0.26% -
HSV(B) 228.46º 0.57% 0.36% -
XYZ 3.95 3.51 10.59 -
YUV 51.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 40 50 92 0.57 0.46 0 0.64 228.46 0.39 0.26
Hex 28 32 5C 39 2E 0 40 E4 27 1A
Octal 50 62 134 71 56 0 100 344 47 32
Binary 101000 110010 1011100 111001 101110 0 1000000 11100100 100111 11010

Color Harmonies of #28325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28325C

Black with #28325C

Text Example


Text Example

White with #28325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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