Html Css Color HEX #2D1D73 Persian Indigo

📋 copy color: '#2D1D73'

red 45 ◦ green 29 ◦ blue 115

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

Shades of Persian Indigo #2D1D73

Tints of Persian Indigo #2D1D73

RGB

 RED value IS 45 (17.97% from 255) = 23.81%

 GREEN value IS 29 (11.72% from 255) = 15.34%

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

R = 23.81%
G = 15.34%
B = 60.85%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D1D73 (or 0x2D1D73) is known color: Persian Indigo. HEX triplet: 2D, 1D and 73. RGB value is (45,29,115). Sum of RGB (Red+Green+Blue) = 45+29+115=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D1D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1D73 is #D2E28C. Grayscale: #2B2B2B. Windows color (decimal): -13820557 or 7544109. OLE color: 7544109.

HSL color Cylindrical-coordinate representation of color #2D1D73: hue angle of 251.16º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D1D73 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 29 115 -
CMYK 0.61 0.75 0 0.55
HSL 251.16º 0.6% 0.28% -
HSV(B) 251.16º 0.75% 0.45% -
XYZ 4.62 2.67 16.49 -
YUV 43.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 45 29 115 0.61 0.75 0 0.55 251.16 0.6 0.28
Hex 2D 1D 73 3D 4B 0 37 FB 3C 1C
Octal 55 35 163 75 113 0 67 373 74 34
Binary 101101 11101 1110011 111101 1001011 0 110111 11111011 111100 11100

Color Harmonies of #2D1D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1D73

Black with #2D1D73

Text Example


Text Example

White with #2D1D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D1D73; }

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

 H1.HeaderClassName
 {
   color: #2D1D73;
 }
 .AnyTagClassName
 {
   color: #2D1D73;
 }
</style>

background-color css

<style>
 a { background-color: #2D1D73; }

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

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

border-color css

<style>
 span { border-color: #2D1D73; }

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

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