#281CBD

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

Shades of Persian Blue #281CBD

Tints of Persian Blue #281CBD

Color information

#281CBD (or 0x281CBD) is unknown color: approx Persian Blue. HEX triplet: 28, 1C and BD. RGB value is (40,28,189). Sum of RGB (Red+Green+Blue) = 40+28+189=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #281CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CBD is #D7E342. Grayscale: #313131. Windows color (decimal): -14148419 or 12393512. OLE color: 12393512.

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

Color convert

RGB4028189-
CMYK0.790.8500.26
HSL244.47º74.19%42.55%-
HSV(B)244.47º85.19%74.12%-
XYZ10.484.9648.55-
YUV49.94206.48120.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 189 (74.22% from 255) = 73.54%
R=15.56%
G=10.89%
B=73.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40281890.790.8500.26244.4774.1942.55
Hex281CBD4F5501Af44a2b
Octal503427511712503236411253
Binary101000111001011110110011111010101011010111101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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