#310C6A

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

Shades of Persian Indigo #310C6A

Tints of Persian Indigo #310C6A

Color information

#310C6A (or 0x310C6A) is unknown color: approx Persian Indigo. HEX triplet: 31, 0C and 6A. RGB value is (49,12,106). Sum of RGB (Red+Green+Blue) = 49+12+106=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #310C6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C6A is #CEF395. Grayscale: #212121. Windows color (decimal): -13562774 or 6949937. OLE color: 6949937.

HSL color Cylindrical-coordinate representation of color #310C6A: hue angle of 263.62º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310C6A is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4912106-
CMYK0.540.8900.58
HSL263.62º79.66%23.14%-
HSV(B)263.62º88.68%41.57%-
XYZ41.9613.8-
YUV33.78168.76138.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 106 (41.80% from 255) = 63.47%
R=29.34%
G=7.19%
B=63.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49121060.540.8900.58263.6279.6623.14
Hex31C6A365903A1085017
Octal61141526613107241012027
Binary1100011100110101011011010110010111010100001000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C6A; }

 p { color: rgb(49,12,106); }

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

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

 a { background-color: rgb(49,12,106); }

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

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

 span { border-color: rgb(49,12,106); }

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