#3041AB

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

Shades of Persian Blue #3041AB

Tints of Persian Blue #3041AB

Color information

#3041AB (or 0x3041AB) is unknown color: approx Persian Blue. HEX triplet: 30, 41 and AB. RGB value is (48,65,171). Sum of RGB (Red+Green+Blue) = 48+65+171=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3041AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3041AB is #CFBE54. Grayscale: #474747. Windows color (decimal): -13614677 or 11223344. OLE color: 11223344.

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

Color convert

RGB4865171-
CMYK0.720.6200.33
HSL231.71º56.16%42.94%-
HSV(B)231.71º71.93%67.06%-
XYZ10.467.3539.4-
YUV72183.87110.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=16.90%
G=22.89%
B=60.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48651710.720.6200.33231.7156.1642.94
Hex3041AB483E021e8382b
Octal60101253110760413507053
Binary1100001000001101010111001000111110010000111101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3041AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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