#35267E

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

Shades of Persian Indigo #35267E

Tints of Persian Indigo #35267E

Color information

#35267E (or 0x35267E) is unknown color: approx Persian Indigo. HEX triplet: 35, 26 and 7E. RGB value is (53,38,126). Sum of RGB (Red+Green+Blue) = 53+38+126=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #35267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35267E is #CAD981. Grayscale: #343434. Windows color (decimal): -13293954 or 8267317. OLE color: 8267317.

HSL color Cylindrical-coordinate representation of color #35267E: hue angle of 250.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35267E is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5338126-
CMYK0.580.7000.51
HSL250.23º53.66%32.16%-
HSV(B)250.23º69.84%49.41%-
XYZ5.933.6520.13-
YUV52.52169.47128.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 126 (49.61% from 255) = 58.06%
R=24.42%
G=17.51%
B=58.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53381260.580.7000.51250.2353.6632.16
Hex35267E3A46033fa3620
Octal6546176721060633726640
Binary11010110011011111101110101000110011001111111010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35267E; }

 p { color: rgb(53,38,126); }

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

<style>
 a { background-color: #35267E; }

 a { background-color: rgb(53,38,126); }

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

<style>
 span { border-color: #35267E; }

 span { border-color: rgb(53,38,126); }

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