#3021d0

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

Shades of Persian Blue #3021D0

Tints of Persian Blue #3021D0

Color information

#3021D0 (or 0x3021D0) is unknown color: approx Persian Blue. HEX triplet: 30, 21 and D0. RGB value is (48,33,208). Sum of RGB (Red+Green+Blue) = 48+33+208=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #3021D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3021D0 is #CFDE2F. Grayscale: #383838. Windows color (decimal): -13622832 or 13639984. OLE color: 13639984.

HSL color Cylindrical-coordinate representation of color #3021D0: hue angle of 245.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3021D0 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4833208-
CMYK0.770.8400.18
HSL245.14º72.61%47.25%-
HSV(B)245.14º84.13%81.57%-
XYZ13.156.2760.19-
YUV57.44212.97121.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 208 (81.64% from 255) = 71.97%
R=16.61%
G=11.42%
B=71.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48332080.770.8400.18245.1472.6147.25
Hex3021D04D54012f5492f
Octal604132011512402236511157
Binary1100001000011101000010011011010100010010111101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3021d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3021d0; }

 p { color: rgb(48,33,208); }

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

<style>
 a { background-color: #3021d0; }

 a { background-color: rgb(48,33,208); }

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

<style>
 span { border-color: #3021d0; }

 span { border-color: rgb(48,33,208); }

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