#281AB6

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

Shades of Persian Blue #281AB6

Tints of Persian Blue #281AB6

Color information

#281AB6 (or 0x281AB6) is unknown color: approx Persian Blue. HEX triplet: 28, 1A and B6. RGB value is (40,26,182). Sum of RGB (Red+Green+Blue) = 40+26+182=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 182 (71.48% from 255 or 73.39% from 248); Max value from RGB is 182 - color contains mainly: blue. Hex color #281AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281AB6 is #D7E549. Grayscale: #2F2F2F. Windows color (decimal): -14148938 or 11934248. OLE color: 11934248.

HSL color Cylindrical-coordinate representation of color #281AB6: hue angle of 245.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281AB6 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4026182-
CMYK0.780.8600.29
HSL245.38º75%40.78%-
HSV(B)245.38º85.71%71.37%-
XYZ9.694.5744.63-
YUV47.97203.64122.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 182 (71.48% from 255) = 73.39%
R=16.13%
G=10.48%
B=73.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40261820.780.8600.29245.387540.78
Hex281AB64E5601Df54b29
Octal503226611612603536511351
Binary101000110101011011010011101010110011101111101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,26,182); }

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

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

 a { background-color: rgb(40,26,182); }

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

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

 span { border-color: rgb(40,26,182); }

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