#350184

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

Shades of Persian Indigo #350184

Tints of Persian Indigo #350184

Color information

#350184 (or 0x350184) is unknown color: approx Persian Indigo. HEX triplet: 35, 01 and 84. RGB value is (53,1,132). Sum of RGB (Red+Green+Blue) = 53+1+132=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #350184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350184 is #CAFE7B. Grayscale: #1F1F1F. Windows color (decimal): -13303420 or 8651061. OLE color: 8651061.

HSL color Cylindrical-coordinate representation of color #350184: hue angle of 263.82º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350184 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB531132-
CMYK0.600.9900.48
HSL263.82º98.5%26.08%-
HSV(B)263.82º99.24%51.76%-
XYZ5.642.4422-
YUV31.48184.73143.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 132 (51.95% from 255) = 70.97%
R=28.49%
G=0.54%
B=70.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5311320.600.9900.48263.8298.526.08
Hex351843C63030108621a
Octal6512047414306041014232
Binary11010111000010011110011000110110000100001000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350184; }

 p { color: rgb(53,1,132); }

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

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

 a { background-color: rgb(53,1,132); }

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

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

 span { border-color: rgb(53,1,132); }

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