#2A2FD1

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

Shades of Persian Blue #2A2FD1

Tints of Persian Blue #2A2FD1

Color information

#2A2FD1 (or 0x2A2FD1) is unknown color: approx Persian Blue. HEX triplet: 2A, 2F and D1. RGB value is (42,47,209). Sum of RGB (Red+Green+Blue) = 42+47+209=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 209 (82.03% from 255 or 70.13% from 298); Max value from RGB is 209 - color contains mainly: blue. Hex color #2A2FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2FD1 is #D5D02E. Grayscale: #3F3F3F. Windows color (decimal): -14012463 or 13709098. OLE color: 13709098.

HSL color Cylindrical-coordinate representation of color #2A2FD1: hue angle of 238.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A2FD1 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4247209-
CMYK0.800.7800.18
HSL238.2º66.53%49.22%-
HSV(B)238.2º79.9%81.96%-
XYZ13.487.1360.99-
YUV63.97209.84112.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 209 (82.03% from 255) = 70.13%
R=14.09%
G=15.77%
B=70.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal42472090.800.7800.18238.266.5349.22
Hex2A2FD1504E012ee4331
Octal525732112011602235610361
Binary1010101011111101000110100001001110010010111011101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,47,209); }

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

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

 a { background-color: rgb(42,47,209); }

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

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

 span { border-color: rgb(42,47,209); }

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