Html Css Color HEX #1D036D Persian Indigo

📋 copy color: '#1D036D'

red 29 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #1D036D

Tints of Persian Indigo #1D036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 109 (42.97% from 255) = 77.3%

R = 20.57%
G = 2.13%
B = 77.3%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D036D (or 0x1D036D) is known color: Persian Indigo. HEX triplet: 1D, 03 and 6D. RGB value is (29,3,109). Sum of RGB (Red+Green+Blue) = 29+3+109=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D036D is #E2FC92. Grayscale: #161616. Windows color (decimal): -14875795 or 7144221. OLE color: 7144221.

HSL color Cylindrical-coordinate representation of color #1D036D: hue angle of 254.72º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D036D is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 29 3 109 -
CMYK 0.73 0.97 0 0.57
HSL 254.72º 0.95% 0.22% -
HSV(B) 254.72º 0.97% 0.43% -
XYZ 3.3 1.43 14.57 -
YUV 22.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 29 3 109 0.73 0.97 0 0.57 254.72 0.95 0.22
Hex 1D 3 6D 49 61 0 39 FF 5F 16
Octal 35 3 155 111 141 0 71 377 137 26
Binary 11101 11 1101101 1001001 1100001 0 111001 11111111 1011111 10110

Color Harmonies of #1D036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D036D

Black with #1D036D

Text Example


Text Example

White with #1D036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,3,109); }

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

background-color css

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

 a { background-color: rgb(29,3,109); }

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

border-color css

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

 span { border-color: rgb(29,3,109); }

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