#350BA4

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

Shades of Persian Indigo #350BA4

Tints of Persian Indigo #350BA4

Color information

#350BA4 (or 0x350BA4) is unknown color: approx Persian Indigo. HEX triplet: 35, 0B and A4. RGB value is (53,11,164). Sum of RGB (Red+Green+Blue) = 53+11+164=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 164 (64.45% from 255 or 71.93% from 228); Max value from RGB is 164 - color contains mainly: blue. Hex color #350BA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350BA4 is #CAF45B. Grayscale: #282828. Windows color (decimal): -13300828 or 10750773. OLE color: 10750773.

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

Color convert

RGB5311164-
CMYK0.680.9300.36
HSL256.47º87.43%34.31%-
HSV(B)256.47º93.29%64.31%-
XYZ8.293.6835.39-
YUV41197.41136.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 164 (64.45% from 255) = 71.93%
R=23.25%
G=4.82%
B=71.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53111640.680.9300.36256.4787.4334.31
Hex35BA4445D0241005722
Octal651324410413504440012742
Binary1101011011101001001000100101110101001001000000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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