#1F006D

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

Shades of Persian Indigo #1F006D

Tints of Persian Indigo #1F006D

Color information

#1F006D (or 0x1F006D) is unknown color: approx Persian Indigo. HEX triplet: 1F, 00 and 6D. RGB value is (31,0,109). Sum of RGB (Red+Green+Blue) = 31+0+109=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F006D is #E0FF92. Grayscale: #151515. Windows color (decimal): -14745491 or 7143455. OLE color: 7143455.

HSL color Cylindrical-coordinate representation of color #1F006D: hue angle of 257.06º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F006D is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB310109-
CMYK0.72100.57
HSL257.06º100%21.37%-
HSV(B)257.06º100%42.75%-
XYZ3.331.414.56-
YUV21.7177.27134.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 77.86%
R=22.14%
G=0%
B=77.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3101090.72100.57257.0610021.37
Hex1F06D48640391016415
Octal37015511014407140114425
Binary1111101101101100100011001000111001100000001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,109); }

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

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

 a { background-color: rgb(31,0,109); }

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

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

 span { border-color: rgb(31,0,109); }

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