#350072

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

Shades of Persian Indigo #350072

Tints of Persian Indigo #350072

Color information

#350072 (or 0x350072) is unknown color: approx Persian Indigo. HEX triplet: 35, 00 and 72. RGB value is (53,0,114). Sum of RGB (Red+Green+Blue) = 53+0+114=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #350072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350072 is #CAFF8D. Grayscale: #1C1C1C. Windows color (decimal): -13303694 or 7471157. OLE color: 7471157.

HSL color Cylindrical-coordinate representation of color #350072: hue angle of 267.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350072 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB530114-
CMYK0.54100.55
HSL267.89º100%22.35%-
HSV(B)267.89º100%44.71%-
XYZ4.511.9716.06-
YUV28.84176.06145.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 68.26%
R=31.74%
G=0%
B=68.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5301140.54100.55267.8910022.35
Hex35072366403710c6416
Octal6501626614406741414426
Binary1101010111001011011011001000110111100001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350072; }

 p { color: rgb(53,0,114); }

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

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

 a { background-color: rgb(53,0,114); }

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

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

 span { border-color: rgb(53,0,114); }

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