#310367

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

Shades of Persian Indigo #310367

Tints of Persian Indigo #310367

Color information

#310367 (or 0x310367) is unknown color: approx Persian Indigo. HEX triplet: 31, 03 and 67. RGB value is (49,3,103). Sum of RGB (Red+Green+Blue) = 49+3+103=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #310367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310367 is #CEFC98. Grayscale: #1B1B1B. Windows color (decimal): -13565081 or 6751025. OLE color: 6751025.

HSL color Cylindrical-coordinate representation of color #310367: hue angle of 267.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310367 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB493103-
CMYK0.520.9700.60
HSL267.6º94.34%20.78%-
HSV(B)267.6º97.09%40.39%-
XYZ3.751.712.96-
YUV28.15170.24142.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 103 (40.62% from 255) = 66.45%
R=31.61%
G=1.94%
B=66.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4931030.520.9700.60267.694.3420.78
Hex31367346103C10c5e15
Octal6131476414107441413625
Binary11000111110011111010011000010111100100001100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310367; }

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

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

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

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

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

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

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

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