#1F0364

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

Shades of Persian Indigo #1F0364

Tints of Persian Indigo #1F0364

Color information

#1F0364 (or 0x1F0364) is unknown color: approx Persian Indigo. HEX triplet: 1F, 03 and 64. RGB value is (31,3,100). Sum of RGB (Red+Green+Blue) = 31+3+100=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 100 (39.45% from 255 or 74.63% from 134); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F0364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0364 is #E0FC9B. Grayscale: #161616. Windows color (decimal): -14744732 or 6554399. OLE color: 6554399.

HSL color Cylindrical-coordinate representation of color #1F0364: hue angle of 257.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0364 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB313100-
CMYK0.690.9700.61
HSL257.32º94.17%20.2%-
HSV(B)257.32º97%39.22%-
XYZ2.91.2812.15-
YUV22.43171.78134.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 100 (39.45% from 255) = 74.63%
R=23.13%
G=2.24%
B=74.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3131000.690.9700.61257.3294.1720.2
Hex1F364456103D1015e14
Octal37314410514107540113624
Binary11111111100100100010111000010111101100000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0364; }

 p { color: rgb(31,3,100); }

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

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

 a { background-color: rgb(31,3,100); }

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

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

 span { border-color: rgb(31,3,100); }

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