#21255F

Color #21255F Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #21255F

Tints of Lucky Point #21255F

Color information

#21255F (or 0x21255F) is unknown color: approx Lucky Point. HEX triplet: 21, 25 and 5F. RGB value is (33,37,95). Sum of RGB (Red+Green+Blue) = 33+37+95=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #21255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21255F is #DEDAA0. Grayscale: #2A2A2A. Windows color (decimal): -14604961 or 6235425. OLE color: 6235425.

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

Color convert

RGB333795-
CMYK0.650.6100.63
HSL236.13º48.44%25.1%-
HSV(B)236.13º65.26%37.25%-
XYZ3.352.4711.13-
YUV42.42157.67121.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=20%
G=22.42%
B=57.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3337950.650.6100.63236.1348.4425.1
Hex21255F413D03Fec3019
Octal4145137101750773546031
Binary1000011001011011111100000111110101111111110110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,37,95); }

 H1.HeaderClassName
 {
   color: #21255F;
 }
 .AnyTagClassName
 {
   color: #21255F;
 }
</style>
background-color css

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

 a { background-color: rgb(33,37,95); }

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

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

 span { border-color: rgb(33,37,95); }

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