#2930AC

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

Shades of Persian Blue #2930AC

Tints of Persian Blue #2930AC

Color information

#2930AC (or 0x2930AC) is unknown color: approx Persian Blue. HEX triplet: 29, 30 and AC. RGB value is (41,48,172). Sum of RGB (Red+Green+Blue) = 41+48+172=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #2930AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2930AC is #D6CF53. Grayscale: #3B3B3B. Windows color (decimal): -14077780 or 11284521. OLE color: 11284521.

HSL color Cylindrical-coordinate representation of color #2930AC: hue angle of 236.79º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2930AC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4148172-
CMYK0.760.7200.33
HSL236.79º61.5%41.76%-
HSV(B)236.79º76.16%67.45%-
XYZ9.425.5639.61-
YUV60.04191.18114.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 172 (67.58% from 255) = 65.90%
R=15.71%
G=18.39%
B=65.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41481720.760.7200.33236.7961.541.76
Hex2930AC4C48021ed3e2a
Octal51602541141100413557652
Binary1010011100001010110010011001001000010000111101101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2930AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2930AC; }

 p { color: rgb(41,48,172); }

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

<style>
 a { background-color: #2930AC; }

 a { background-color: rgb(41,48,172); }

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

<style>
 span { border-color: #2930AC; }

 span { border-color: rgb(41,48,172); }

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