#35047A

Color #35047A Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #35047A

Tints of Persian Indigo #35047A

Color information

#35047A (or 0x35047A) is unknown color: approx Persian Indigo. HEX triplet: 35, 04 and 7A. RGB value is (53,4,122). Sum of RGB (Red+Green+Blue) = 53+4+122=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #35047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35047A is #CAFB85. Grayscale: #1F1F1F. Windows color (decimal): -13302662 or 7996469. OLE color: 7996469.

HSL color Cylindrical-coordinate representation of color #35047A: hue angle of 264.92º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35047A is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB534122-
CMYK0.570.9700.52
HSL264.92º93.65%24.71%-
HSV(B)264.92º96.72%47.84%-
XYZ5.022.2518.58-
YUV32.1178.73142.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=29.61%
G=2.23%
B=68.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5341220.570.9700.52264.9293.6524.71
Hex3547A39610341095e19
Octal6541727114106441113631
Binary110101100111101011100111000010110100100001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35047A; }

 p { color: rgb(53,4,122); }

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

<style>
 a { background-color: #35047A; }

 a { background-color: rgb(53,4,122); }

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

<style>
 span { border-color: #35047A; }

 span { border-color: rgb(53,4,122); }

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