#350093

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

Shades of Persian Indigo #350093

Tints of Persian Indigo #350093

Color information

#350093 (or 0x350093) is unknown color: approx Persian Indigo. HEX triplet: 35, 00 and 93. RGB value is (53,0,147). Sum of RGB (Red+Green+Blue) = 53+0+147=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #350093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350093 is #CAFF6C. Grayscale: #202020. Windows color (decimal): -13303661 or 9633845. OLE color: 9633845.

HSL color Cylindrical-coordinate representation of color #350093: hue angle of 261.63º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350093 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB530147-
CMYK0.64100.42
HSL261.63º100%28.82%-
HSV(B)261.63º100%57.65%-
XYZ6.732.8627.8-
YUV32.6192.56142.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 73.5%
R=26.5%
G=0%
B=73.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5301470.64100.42261.6310028.82
Hex35093406402A106641d
Octal65022310014405240614435
Binary110101010010011100000011001000101010100000110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350093; }

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

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

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

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

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

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

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

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