#3A21B4

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

Shades of Persian Blue #3A21B4

Tints of Persian Blue #3A21B4

Color information

#3A21B4 (or 0x3A21B4) is unknown color: approx Persian Blue. HEX triplet: 3A, 21 and B4. RGB value is (58,33,180). Sum of RGB (Red+Green+Blue) = 58+33+180=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A21B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A21B4 is #C5DE4B. Grayscale: #383838. Windows color (decimal): -12967500 or 11804986. OLE color: 11804986.

HSL color Cylindrical-coordinate representation of color #3A21B4: hue angle of 250.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A21B4 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5833180-
CMYK0.680.8200.29
HSL250.2º69.01%41.76%-
HSV(B)250.2º81.67%70.59%-
XYZ10.535.2843.64-
YUV57.23197.28128.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 180 (70.70% from 255) = 66.42%
R=21.40%
G=12.18%
B=66.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58331800.680.8200.29250.269.0141.76
Hex3A21B4445201Dfa452a
Octal724126410412203537210552
Binary1110101000011011010010001001010010011101111110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A21B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A21B4; }

 p { color: rgb(58,33,180); }

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

<style>
 a { background-color: #3A21B4; }

 a { background-color: rgb(58,33,180); }

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

<style>
 span { border-color: #3A21B4; }

 span { border-color: rgb(58,33,180); }

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