#350094

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

Shades of Persian Indigo #350094

Tints of Persian Indigo #350094

Color information

#350094 (or 0x350094) is unknown color: approx Persian Indigo. HEX triplet: 35, 00 and 94. RGB value is (53,0,148). Sum of RGB (Red+Green+Blue) = 53+0+148=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #350094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350094 is #CAFF6B. Grayscale: #202020. Windows color (decimal): -13303660 or 9699381. OLE color: 9699381.

HSL color Cylindrical-coordinate representation of color #350094: hue angle of 261.49º 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 #350094 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB530148-
CMYK0.64100.42
HSL261.49º100%29.02%-
HSV(B)261.49º100%58.04%-
XYZ6.812.928.22-
YUV32.72193.06142.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 73.63%
R=26.37%
G=0%
B=73.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5301480.64100.42261.4910029.02
Hex35094406402A105641d
Octal65022410014405240514435
Binary110101010010100100000011001000101010100000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350094; }

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

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

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

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

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

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

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

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