#281CBF

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

Shades of Persian Blue #281CBF

Tints of Persian Blue #281CBF

Color information

#281CBF (or 0x281CBF) is unknown color: approx Persian Blue. HEX triplet: 28, 1C and BF. RGB value is (40,28,191). Sum of RGB (Red+Green+Blue) = 40+28+191=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #281CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CBF is #D7E340. Grayscale: #313131. Windows color (decimal): -14148417 or 12524584. OLE color: 12524584.

HSL color Cylindrical-coordinate representation of color #281CBF: hue angle of 244.42º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281CBF is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4028191-
CMYK0.790.8500.25
HSL244.42º74.43%42.94%-
HSV(B)244.42º85.34%74.9%-
XYZ10.695.0449.7-
YUV50.17207.48120.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 191 (75% from 255) = 73.75%
R=15.44%
G=10.81%
B=73.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40281910.790.8500.25244.4274.4342.94
Hex281CBF4F55019f44a2b
Octal503427711712503136411253
Binary101000111001011111110011111010101011001111101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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