#1D015E

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

Shades of Persian Indigo #1D015E

Tints of Persian Indigo #1D015E

Color information

#1D015E (or 0x1D015E) is unknown color: approx Persian Indigo. HEX triplet: 1D, 01 and 5E. RGB value is (29,1,94). Sum of RGB (Red+Green+Blue) = 29+1+94=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D015E is #E2FEA1. Grayscale: #131313. Windows color (decimal): -14876322 or 6160669. OLE color: 6160669.

HSL color Cylindrical-coordinate representation of color #1D015E: hue angle of 258.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D015E is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB29194-
CMYK0.690.9900.63
HSL258.06º97.89%18.63%-
HSV(B)258.06º98.94%36.86%-
XYZ2.541.0910.67-
YUV19.97169.78134.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 94 (37.11% from 255) = 75.81%
R=23.39%
G=0.81%
B=75.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal291940.690.9900.63258.0697.8918.63
Hex1D15E456303F1026213
Octal35113610514307740214223
Binary1110111011110100010111000110111111100000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,1,94); }

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

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

 a { background-color: rgb(29,1,94); }

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

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

 span { border-color: rgb(29,1,94); }

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