#3029AB

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

Shades of Persian Blue #3029AB

Tints of Persian Blue #3029AB

Color information

#3029AB (or 0x3029AB) is unknown color: approx Persian Blue. HEX triplet: 30, 29 and AB. RGB value is (48,41,171). Sum of RGB (Red+Green+Blue) = 48+41+171=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #3029AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3029AB is #CFD654. Grayscale: #393939. Windows color (decimal): -13620821 or 11217200. OLE color: 11217200.

HSL color Cylindrical-coordinate representation of color #3029AB: hue angle of 243.23º degrees, saturation: 0.61, 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 #3029AB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4841171-
CMYK0.720.7600.33
HSL243.23º61.32%41.57%-
HSV(B)243.23º76.02%67.06%-
XYZ9.365.1539.03-
YUV57.91191.82120.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 171 (67.19% from 255) = 65.77%
R=18.46%
G=15.77%
B=65.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48411710.720.7600.33243.2361.3241.57
Hex3029AB484C021f33d2a
Octal60512531101140413637552
Binary1100001010011010101110010001001100010000111110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3029AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3029AB; }

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

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

<style>
 a { background-color: #3029AB; }

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

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

<style>
 span { border-color: #3029AB; }

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

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