#350E94

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

Shades of Persian Indigo #350E94

Tints of Persian Indigo #350E94

Color information

#350E94 (or 0x350E94) is unknown color: approx Persian Indigo. HEX triplet: 35, 0E and 94. RGB value is (53,14,148). Sum of RGB (Red+Green+Blue) = 53+14+148=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #350E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350E94 is #CAF16B. Grayscale: #282828. Windows color (decimal): -13300076 or 9702965. OLE color: 9702965.

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

Color convert

RGB5314148-
CMYK0.640.9100.42
HSL257.46º82.72%31.76%-
HSV(B)257.46º90.54%58.04%-
XYZ6.973.2128.27-
YUV40.94188.42136.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 148 (58.20% from 255) = 68.84%
R=24.65%
G=6.51%
B=68.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53141480.640.9100.42257.4682.7231.76
Hex35E94405B02A1015320
Octal651622410013305240112340
Binary1101011110100101001000000101101101010101000000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E94; }

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

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

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

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

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

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

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

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