Html Css Color HEX #1D046B Persian Indigo

📋 copy color: '#1D046B'

red 29 ◦ green 4 ◦ blue 107

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

Shades of Persian Indigo #1D046B

Tints of Persian Indigo #1D046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 20.71%
G = 2.86%
B = 76.43%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D046B (or 0x1D046B) is known color: Persian Indigo. HEX triplet: 1D, 04 and 6B. RGB value is (29,4,107). Sum of RGB (Red+Green+Blue) = 29+4+107=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D046B is #E2FB94. Grayscale: #161616. Windows color (decimal): -14875541 or 7013405. OLE color: 7013405.

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

Color convert

RGB 29 4 107 -
CMYK 0.73 0.96 0 0.58
HSL 254.56º 0.93% 0.22% -
HSV(B) 254.56º 0.96% 0.42% -
XYZ 3.2 1.41 14.01 -
YUV 23.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 29 4 107 0.73 0.96 0 0.58 254.56 0.93 0.22
Hex 1D 4 6B 49 60 0 3A FF 5D 16
Octal 35 4 153 111 140 0 72 377 135 26
Binary 11101 100 1101011 1001001 1100000 0 111010 11111111 1011101 10110

Color Harmonies of #1D046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D046B

Black with #1D046B

Text Example


Text Example

White with #1D046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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