#310384

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

Shades of Persian Indigo #310384

Tints of Persian Indigo #310384

Color information

#310384 (or 0x310384) is unknown color: approx Persian Indigo. HEX triplet: 31, 03 and 84. RGB value is (49,3,132). Sum of RGB (Red+Green+Blue) = 49+3+132=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #310384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310384 is #CEFC7B. Grayscale: #1E1E1E. Windows color (decimal): -13565052 or 8651569. OLE color: 8651569.

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

Color convert

RGB493132-
CMYK0.630.9800.48
HSL261.4º95.56%26.47%-
HSV(B)261.4º97.73%51.76%-
XYZ5.462.3822-
YUV31.46184.74140.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 132 (51.95% from 255) = 71.74%
R=26.63%
G=1.63%
B=71.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4931320.630.9800.48261.495.5626.47
Hex313843F62030105601a
Octal6132047714206040514032
Binary110001111000010011111111000100110000100000101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310384; }

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

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

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

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

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

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

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

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