#2A30DF

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

Shades of Persian Blue #2A30DF

Tints of Persian Blue #2A30DF

Color information

#2A30DF (or 0x2A30DF) is unknown color: approx Persian Blue. HEX triplet: 2A, 30 and DF. RGB value is (42,48,223). Sum of RGB (Red+Green+Blue) = 42+48+223=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A30DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A30DF is #D5CF20. Grayscale: #414141. Windows color (decimal): -14012193 or 14626858. OLE color: 14626858.

HSL color Cylindrical-coordinate representation of color #2A30DF: hue angle of 238.01º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A30DF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4248223-
CMYK0.810.7800.13
HSL238.01º73.88%51.96%-
HSV(B)238.01º81.17%87.45%-
XYZ15.337.9370.54-
YUV66.16216.51110.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 223 (87.5% from 255) = 71.25%
R=13.42%
G=15.34%
B=71.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42482230.810.7800.13238.0173.8851.96
Hex2A30DF514E0Dee4a34
Octal526033712111601535611264
Binary101010110000110111111010001100111001101111011101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A30DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,223); }

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

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

 a { background-color: rgb(42,48,223); }

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

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

 span { border-color: rgb(42,48,223); }

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