#281DBA

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

Shades of Persian Blue #281DBA

Tints of Persian Blue #281DBA

Color information

#281DBA (or 0x281DBA) is unknown color: approx Persian Blue. HEX triplet: 28, 1D and BA. RGB value is (40,29,186). Sum of RGB (Red+Green+Blue) = 40+29+186=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #281DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DBA is #D7E245. Grayscale: #313131. Windows color (decimal): -14148166 or 12197160. OLE color: 12197160.

HSL color Cylindrical-coordinate representation of color #281DBA: hue angle of 244.2º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281DBA is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4029186-
CMYK0.780.8400.27
HSL244.2º73.02%42.16%-
HSV(B)244.2º84.41%72.94%-
XYZ10.184.8846.86-
YUV50.19204.64120.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 29 (11.72% from 255) = 11.37%
BLUE value IS 186 (73.05% from 255) = 72.94%
R=15.69%
G=11.37%
B=72.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40291860.780.8400.27244.273.0242.16
Hex281DBA4E5401Bf4492a
Octal503527211612403336411152
Binary101000111011011101010011101010100011011111101001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,29,186); }

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

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

 a { background-color: rgb(40,29,186); }

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

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

 span { border-color: rgb(40,29,186); }

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