#281cdf

Color #281CDF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #281CDF

Tints of Persian Blue #281CDF

Color information

#281CDF (or 0x281CDF) is unknown color: approx Persian Blue. HEX triplet: 28, 1C and DF. RGB value is (40,28,223). Sum of RGB (Red+Green+Blue) = 40+28+223=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #281CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CDF is #D7E320. Grayscale: #353535. Windows color (decimal): -14148385 or 14621736. OLE color: 14621736.

HSL color Cylindrical-coordinate representation of color #281CDF: hue angle of 243.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281CDF is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4028223-
CMYK0.820.8700.13
HSL243.69º77.69%49.22%-
HSV(B)243.69º87.44%87.45%-
XYZ14.616.6170.32-
YUV53.82223.48118.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 223 (87.5% from 255) = 76.63%
R=13.75%
G=9.62%
B=76.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40282230.820.8700.13243.6977.6949.22
Hex281CDF52570Df44e31
Octal503433712212701536411661
Binary10100011100110111111010010101011101101111101001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281cdf; }

 p { color: rgb(40,28,223); }

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

<style>
 a { background-color: #281cdf; }

 a { background-color: rgb(40,28,223); }

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

<style>
 span { border-color: #281cdf; }

 span { border-color: rgb(40,28,223); }

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