#3027AA

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

Shades of Persian Blue #3027AA

Tints of Persian Blue #3027AA

Color information

#3027AA (or 0x3027AA) is unknown color: approx Persian Blue. HEX triplet: 30, 27 and AA. RGB value is (48,39,170). Sum of RGB (Red+Green+Blue) = 48+39+170=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #3027AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3027AA is #CFD855. Grayscale: #383838. Windows color (decimal): -13621334 or 11151152. OLE color: 11151152.

HSL color Cylindrical-coordinate representation of color #3027AA: hue angle of 244.12º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3027AA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4839170-
CMYK0.720.7700.33
HSL244.12º62.68%40.98%-
HSV(B)244.12º77.06%66.67%-
XYZ9.24.9838.51-
YUV56.62191.98121.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=18.68%
G=15.18%
B=66.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48391700.720.7700.33244.1262.6840.98
Hex3027AA484D021f43f29
Octal60472521101150413647751
Binary1100001001111010101010010001001101010000111110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3027AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3027AA; }

 p { color: rgb(48,39,170); }

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

<style>
 a { background-color: #3027AA; }

 a { background-color: rgb(48,39,170); }

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

<style>
 span { border-color: #3027AA; }

 span { border-color: rgb(48,39,170); }

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