#2A1DBA

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

Shades of Persian Blue #2A1DBA

Tints of Persian Blue #2A1DBA

Color information

#2A1DBA (or 0x2A1DBA) is unknown color: approx Persian Blue. HEX triplet: 2A, 1D and BA. RGB value is (42,29,186). Sum of RGB (Red+Green+Blue) = 42+29+186=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A1DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1DBA is #D5E245. Grayscale: #323232. Windows color (decimal): -14017094 or 12197162. OLE color: 12197162.

HSL color Cylindrical-coordinate representation of color #2A1DBA: hue angle of 244.97º 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 #2A1DBA is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4229186-
CMYK0.770.8400.27
HSL244.97º73.02%42.16%-
HSV(B)244.97º84.41%72.94%-
XYZ10.264.9246.86-
YUV50.78204.31121.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 186 (73.05% from 255) = 72.37%
R=16.34%
G=11.28%
B=72.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42291860.770.8400.27244.9773.0242.16
Hex2A1DBA4D5401Bf5492a
Octal523527211512403336511152
Binary101010111011011101010011011010100011011111101011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1DBA; }

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

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

<style>
 a { background-color: #2A1DBA; }

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

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

<style>
 span { border-color: #2A1DBA; }

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

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