Html Css Color HEX #1D016B Persian Indigo

📋 copy color: '#1D016B'

red 29 ◦ green 1 ◦ blue 107

#1D016B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1D016B

Tints of Persian Indigo #1D016B

RGB

 RED value IS 29 (11.72% from 255) = 21.17%

 GREEN value IS 1 (0.78% from 255) = 0.73%

 BLUE value IS 107 (42.19% from 255) = 78.1%

R = 21.17%
G = 0.73%
B = 78.1%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D016B (or 0x1D016B) is known color: Persian Indigo. HEX triplet: 1D, 01 and 6B. RGB value is (29,1,107). Sum of RGB (Red+Green+Blue) = 29+1+107=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 107 (42.19% from 255 or 78.10% from 137); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D016B is #E2FE94. Grayscale: #151515. Windows color (decimal): -14876309 or 7012637. OLE color: 7012637.

HSL color Cylindrical-coordinate representation of color #1D016B: hue angle of 255.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D016B is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 1 107 -
CMYK 0.73 0.99 0 0.58
HSL 255.85º 0.98% 0.21% -
HSV(B) 255.85º 0.99% 0.42% -
XYZ 3.17 1.34 14 -
YUV 21.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 29 1 107 0.73 0.99 0 0.58 255.85 0.98 0.21
Hex 1D 1 6B 49 63 0 3A 100 62 15
Octal 35 1 153 111 143 0 72 400 142 25
Binary 11101 1 1101011 1001001 1100011 0 111010 100000000 1100010 10101

Color Harmonies of #1D016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D016B

Black with #1D016B

Text Example


Text Example

White with #1D016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D016B;
 }
 .AnyTagClassName
 {
   color: #1D016B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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