Html Css Color HEX #1D0068 Persian Indigo

📋 copy color: '#1D0068'

red 29 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #1D0068

Tints of Persian Indigo #1D0068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 78.2%

R = 21.8%
G = 0%
B = 78.2%

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

#1D0068 (or 0x1D0068) is known color: Persian Indigo. HEX triplet: 1D, 00 and 68. RGB value is (29,0,104). Sum of RGB (Red+Green+Blue) = 29+0+104=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0068 is #E2FF97. Grayscale: #141414. Windows color (decimal): -14876568 or 6815773. OLE color: 6815773.

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

Color convert

RGB 29 0 104 -
CMYK 0.72 1 0 0.59
HSL 256.73º 1% 0.2% -
HSV(B) 256.73º 1% 0.41% -
XYZ 3.01 1.26 13.18 -
YUV 20.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 29 0 104 0.72 1 0 0.59 256.73 1 0.2
Hex 1D 0 68 48 64 0 3B 101 64 14
Octal 35 0 150 110 144 0 73 401 144 24
Binary 11101 0 1101000 1001000 1100100 0 111011 100000001 1100100 10100

Color Harmonies of #1D0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0068

Black with #1D0068

Text Example


Text Example

White with #1D0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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