#3A22C2

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

Shades of Persian Blue #3A22C2

Tints of Persian Blue #3A22C2

Color information

#3A22C2 (or 0x3A22C2) is unknown color: approx Persian Blue. HEX triplet: 3A, 22 and C2. RGB value is (58,34,194). Sum of RGB (Red+Green+Blue) = 58+34+194=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #3A22C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A22C2 is #C5DD3D. Grayscale: #3A3A3A. Windows color (decimal): -12967230 or 12722746. OLE color: 12722746.

HSL color Cylindrical-coordinate representation of color #3A22C2: hue angle of 249º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A22C2 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5834194-
CMYK0.700.8200.24
HSL249º70.18%44.71%-
HSV(B)249º82.47%76.08%-
XYZ12.055.9451.55-
YUV59.42203.95126.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 194 (76.17% from 255) = 67.83%
R=20.28%
G=11.89%
B=67.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58341940.700.8200.2424970.1844.71
Hex3A22C24652018f9462d
Octal724230210612203037110655
Binary1110101000101100001010001101010010011000111110011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A22C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,34,194); }

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

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

 a { background-color: rgb(58,34,194); }

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

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

 span { border-color: rgb(58,34,194); }

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