#35267C

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

Shades of Persian Indigo #35267C

Tints of Persian Indigo #35267C

Color information

#35267C (or 0x35267C) is unknown color: approx Persian Indigo. HEX triplet: 35, 26 and 7C. RGB value is (53,38,124). Sum of RGB (Red+Green+Blue) = 53+38+124=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #35267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35267C is #CAD983. Grayscale: #333333. Windows color (decimal): -13293956 or 8136245. OLE color: 8136245.

HSL color Cylindrical-coordinate representation of color #35267C: hue angle of 250.47º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35267C is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5338124-
CMYK0.570.6900.51
HSL250.47º53.09%31.76%-
HSV(B)250.47º69.35%48.63%-
XYZ5.83.619.46-
YUV52.29168.47128.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=24.65%
G=17.67%
B=57.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53381240.570.6900.51250.4753.0931.76
Hex35267C3945033fa3520
Octal6546174711050633726540
Binary11010110011011111001110011000101011001111111010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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