#310375

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

Shades of Persian Indigo #310375

Tints of Persian Indigo #310375

Color information

#310375 (or 0x310375) is unknown color: approx Persian Indigo. HEX triplet: 31, 03 and 75. RGB value is (49,3,117). Sum of RGB (Red+Green+Blue) = 49+3+117=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #310375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310375 is #CEFC8A. Grayscale: #1D1D1D. Windows color (decimal): -13565067 or 7668529. OLE color: 7668529.

HSL color Cylindrical-coordinate representation of color #310375: hue angle of 264.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310375 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB493117-
CMYK0.580.9700.54
HSL264.21º95%23.53%-
HSV(B)264.21º97.44%45.88%-
XYZ4.51216.98-
YUV29.75177.24141.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=28.99%
G=1.78%
B=69.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4931170.580.9700.54264.219523.53
Hex313753A610361085f18
Octal6131657214106641013730
Binary11000111111010111101011000010110110100001000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310375; }

 p { color: rgb(49,3,117); }

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

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

 a { background-color: rgb(49,3,117); }

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

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

 span { border-color: rgb(49,3,117); }

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