#302ad2

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

Shades of Persian Blue #302AD2

Tints of Persian Blue #302AD2

Color information

#302AD2 (or 0x302AD2) is unknown color: approx Persian Blue. HEX triplet: 30, 2A and D2. RGB value is (48,42,210). Sum of RGB (Red+Green+Blue) = 48+42+210=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 210 (82.42% from 255 or 70% from 300); Max value from RGB is 210 - color contains mainly: blue. Hex color #302AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302AD2 is #CFD52D. Grayscale: #3E3E3E. Windows color (decimal): -13620526 or 13773360. OLE color: 13773360.

HSL color Cylindrical-coordinate representation of color #302AD2: hue angle of 242.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302AD2 is Cyan = 0.77, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4842210-
CMYK0.770.800.18
HSL242.14º66.67%49.41%-
HSV(B)242.14º80%82.35%-
XYZ13.686.9461.59-
YUV62.95210.99117.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 210 (82.42% from 255) = 70%
R=16%
G=14%
B=70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48422100.770.800.18242.1466.6749.41
Hex302AD24D50012f24331
Octal605232211512002236210361
Binary1100001010101101001010011011010000010010111100101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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