#3021CA

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

Shades of Persian Blue #3021CA

Tints of Persian Blue #3021CA

Color information

#3021CA (or 0x3021CA) is unknown color: approx Persian Blue. HEX triplet: 30, 21 and CA. RGB value is (48,33,202). Sum of RGB (Red+Green+Blue) = 48+33+202=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #3021CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3021CA is #CFDE35. Grayscale: #383838. Windows color (decimal): -13622838 or 13246768. OLE color: 13246768.

HSL color Cylindrical-coordinate representation of color #3021CA: hue angle of 245.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3021CA is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4833202-
CMYK0.760.8400.21
HSL245.33º71.91%46.08%-
HSV(B)245.33º83.66%79.22%-
XYZ12.425.9856.38-
YUV56.75209.97121.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 202 (79.30% from 255) = 71.38%
R=16.96%
G=11.66%
B=71.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48332020.760.8400.21245.3371.9146.08
Hex3021CA4C54015f5482e
Octal604131211412402536511056
Binary1100001000011100101010011001010100010101111101011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3021CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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