#3023AA

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

Shades of Persian Blue #3023AA

Tints of Persian Blue #3023AA

Color information

#3023AA (or 0x3023AA) is unknown color: approx Persian Blue. HEX triplet: 30, 23 and AA. RGB value is (48,35,170). Sum of RGB (Red+Green+Blue) = 48+35+170=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #3023AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3023AA is #CFDC55. Grayscale: #353535. Windows color (decimal): -13622358 or 11150128. OLE color: 11150128.

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

Color convert

RGB4835170-
CMYK0.720.7900.33
HSL245.78º65.85%40.2%-
HSV(B)245.78º79.41%66.67%-
XYZ9.084.7338.47-
YUV54.28193.31123.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=18.97%
G=13.83%
B=67.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48351700.720.7900.33245.7865.8540.2
Hex3023AA484F021f64228
Octal604325211011704136610250
Binary11000010001110101010100100010011110100001111101101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3023AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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