#302AAB

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

Shades of Persian Blue #302AAB

Tints of Persian Blue #302AAB

Color information

#302AAB (or 0x302AAB) is unknown color: approx Persian Blue. HEX triplet: 30, 2A and AB. RGB value is (48,42,171). Sum of RGB (Red+Green+Blue) = 48+42+171=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #302AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AAB is #CFD554. Grayscale: #393939. Windows color (decimal): -13620565 or 11217456. OLE color: 11217456.

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

Color convert

RGB4842171-
CMYK0.720.7500.33
HSL242.79º60.56%41.76%-
HSV(B)242.79º75.44%67.06%-
XYZ9.45.2239.04-
YUV58.5191.49120.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=18.39%
G=16.09%
B=65.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48421710.720.7500.33242.7960.5641.76
Hex302AAB484B021f33d2a
Octal60522531101130413637552
Binary1100001010101010101110010001001011010000111110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302AAB; }

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

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

<style>
 a { background-color: #302AAB; }

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

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

<style>
 span { border-color: #302AAB; }

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

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