Html Css Color HEX #1D0069 Persian Indigo

📋 copy color: '#1D0069'

red 29 ◦ green 0 ◦ blue 105

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

Shades of Persian Indigo #1D0069

Tints of Persian Indigo #1D0069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 78.36%

R = 21.64%
G = 0%
B = 78.36%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1D0069 (or 0x1D0069) is known color: Persian Indigo. HEX triplet: 1D, 00 and 69. RGB value is (29,0,105). Sum of RGB (Red+Green+Blue) = 29+0+105=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D0069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0069 is #E2FF96. Grayscale: #141414. Windows color (decimal): -14876567 or 6881309. OLE color: 6881309.

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

Color convert

RGB 29 0 105 -
CMYK 0.72 1 0 0.59
HSL 256.57º 1% 0.21% -
HSV(B) 256.57º 1% 0.41% -
XYZ 3.06 1.28 13.45 -
YUV 20.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 29 0 105 0.72 1 0 0.59 256.57 1 0.21
Hex 1D 0 69 48 64 0 3B 101 64 15
Octal 35 0 151 110 144 0 73 401 144 25
Binary 11101 0 1101001 1001000 1100100 0 111011 100000001 1100100 10101

Color Harmonies of #1D0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0069

Black with #1D0069

Text Example


Text Example

White with #1D0069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,0,105); }

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

background-color css

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

 a { background-color: rgb(29,0,105); }

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

border-color css

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

 span { border-color: rgb(29,0,105); }

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