#350F70

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

Shades of Persian Indigo #350F70

Tints of Persian Indigo #350F70

Color information

#350F70 (or 0x350F70) is unknown color: approx Persian Indigo. HEX triplet: 35, 0F and 70. RGB value is (53,15,112). Sum of RGB (Red+Green+Blue) = 53+15+112=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #350F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F70 is #CAF08F. Grayscale: #252525. Windows color (decimal): -13299856 or 7343925. OLE color: 7343925.

HSL color Cylindrical-coordinate representation of color #350F70: hue angle of 263.51º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350F70 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5315112-
CMYK0.530.8700.56
HSL263.51º76.38%24.9%-
HSV(B)263.51º86.61%43.92%-
XYZ4.562.2715.53-
YUV37.42170.09139.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=29.44%
G=8.33%
B=62.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53151120.530.8700.56263.5176.3824.9
Hex35F7035570381084c19
Octal65171606512707041011431
Binary1101011111111000011010110101110111000100001000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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