#35227A

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

Shades of Persian Indigo #35227A

Tints of Persian Indigo #35227A

Color information

#35227A (or 0x35227A) is unknown color: approx Persian Indigo. HEX triplet: 35, 22 and 7A. RGB value is (53,34,122). Sum of RGB (Red+Green+Blue) = 53+34+122=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #35227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35227A is #CADD85. Grayscale: #313131. Windows color (decimal): -13294982 or 8004149. OLE color: 8004149.

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

Color convert

RGB5334122-
CMYK0.570.7200.52
HSL252.95º56.41%30.59%-
HSV(B)252.95º72.13%47.84%-
XYZ5.553.3118.76-
YUV49.71168.79130.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=25.36%
G=16.27%
B=58.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53341220.570.7200.52252.9556.4130.59
Hex35227A3948034fd381f
Octal6542172711100643757037
Binary1101011000101111010111001100100001101001111110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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