#350FA4

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

Shades of Persian Indigo #350FA4

Tints of Persian Indigo #350FA4

Color information

#350FA4 (or 0x350FA4) is unknown color: approx Persian Indigo. HEX triplet: 35, 0F and A4. RGB value is (53,15,164). Sum of RGB (Red+Green+Blue) = 53+15+164=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 164 (64.45% from 255 or 70.69% from 232); Max value from RGB is 164 - color contains mainly: blue. Hex color #350FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FA4 is #CAF05B. Grayscale: #2A2A2A. Windows color (decimal): -13299804 or 10751797. OLE color: 10751797.

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

Color convert

RGB5315164-
CMYK0.680.9100.36
HSL255.3º83.24%35.1%-
HSV(B)255.3º90.85%64.31%-
XYZ8.343.7835.41-
YUV43.35196.09134.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 164 (64.45% from 255) = 70.69%
R=22.84%
G=6.47%
B=70.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53151640.680.9100.36255.383.2435.1
Hex35FA4445B024ff5323
Octal651724410413304437712343
Binary110101111110100100100010010110110100100111111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,15,164); }

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

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

 a { background-color: rgb(53,15,164); }

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

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

 span { border-color: rgb(53,15,164); }

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