Html Css Color HEX #1D0673 Persian Indigo

📋 copy color: '#1D0673'

red 29 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #1D0673

Tints of Persian Indigo #1D0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

 BLUE value IS 115 (45.31% from 255) = 76.67%

R = 19.33%
G = 4%
B = 76.67%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D0673 (or 0x1D0673) is known color: Persian Indigo. HEX triplet: 1D, 06 and 73. RGB value is (29,6,115). Sum of RGB (Red+Green+Blue) = 29+6+115=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D0673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0673 is #E2F98C. Grayscale: #181818. Windows color (decimal): -14875021 or 7538205. OLE color: 7538205.

HSL color Cylindrical-coordinate representation of color #1D0673: hue angle of 252.66º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0673 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 6 115 -
CMYK 0.75 0.95 0 0.55
HSL 252.66º 0.9% 0.24% -
HSV(B) 252.66º 0.95% 0.45% -
XYZ 3.67 1.63 16.34 -
YUV 25.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 29 6 115 0.75 0.95 0 0.55 252.66 0.9 0.24
Hex 1D 6 73 4B 5F 0 37 FD 5A 18
Octal 35 6 163 113 137 0 67 375 132 30
Binary 11101 110 1110011 1001011 1011111 0 110111 11111101 1011010 11000

Color Harmonies of #1D0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0673

Black with #1D0673

Text Example


Text Example

White with #1D0673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,6,115); }

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

background-color css

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

 a { background-color: rgb(29,6,115); }

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

border-color css

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

 span { border-color: rgb(29,6,115); }

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