Html Css Color HEX #1D0263 Persian Indigo

📋 copy color: '#1D0263'

red 29 ◦ green 2 ◦ blue 99

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

Shades of Persian Indigo #1D0263

Tints of Persian Indigo #1D0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 99 (39.06% from 255) = 76.15%

R = 22.31%
G = 1.54%
B = 76.15%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1D0263 (or 0x1D0263) is known color: Persian Indigo. HEX triplet: 1D, 02 and 63. RGB value is (29,2,99). Sum of RGB (Red+Green+Blue) = 29+2+99=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D0263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0263 is #E2FD9C. Grayscale: #141414. Windows color (decimal): -14876061 or 6488605. OLE color: 6488605.

HSL color Cylindrical-coordinate representation of color #1D0263: hue angle of 256.7º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0263 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 2 99 -
CMYK 0.71 0.98 0 0.61
HSL 256.7º 0.96% 0.2% -
HSV(B) 256.7º 0.98% 0.39% -
XYZ 2.78 1.21 11.89 -
YUV 21.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 29 2 99 0.71 0.98 0 0.61 256.7 0.96 0.2
Hex 1D 2 63 47 62 0 3D 101 60 14
Octal 35 2 143 107 142 0 75 401 140 24
Binary 11101 10 1100011 1000111 1100010 0 111101 100000001 1100000 10100

Color Harmonies of #1D0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0263

Black with #1D0263

Text Example


Text Example

White with #1D0263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,2,99); }

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

background-color css

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

 a { background-color: rgb(29,2,99); }

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

border-color css

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

 span { border-color: rgb(29,2,99); }

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