#35028B

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

Shades of Persian Indigo #35028B

Tints of Persian Indigo #35028B

Color information

#35028B (or 0x35028B) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 8B. RGB value is (53,2,139). Sum of RGB (Red+Green+Blue) = 53+2+139=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #35028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35028B is #CAFD74. Grayscale: #202020. Windows color (decimal): -13303157 or 9110069. OLE color: 9110069.

HSL color Cylindrical-coordinate representation of color #35028B: hue angle of 262.34º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35028B is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB532139-
CMYK0.620.9900.45
HSL262.34º97.16%27.65%-
HSV(B)262.34º98.56%54.51%-
XYZ6.152.6624.62-
YUV32.87187.9142.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 139 (54.69% from 255) = 71.65%
R=27.32%
G=1.03%
B=71.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5321390.620.9900.45262.3497.1627.65
Hex3528B3E6302D106611c
Octal6522137614305540614134
Binary110101101000101111111011000110101101100000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35028B; }

 p { color: rgb(53,2,139); }

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

<style>
 a { background-color: #35028B; }

 a { background-color: rgb(53,2,139); }

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

<style>
 span { border-color: #35028B; }

 span { border-color: rgb(53,2,139); }

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