Html Css Color HEX #2D1E72 Persian Indigo

📋 copy color: '#2D1E72'

red 45 ◦ green 30 ◦ blue 114

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

Shades of Persian Indigo #2D1E72

Tints of Persian Indigo #2D1E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 114 (44.92% from 255) = 60.32%

R = 23.81%
G = 15.87%
B = 60.32%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D1E72 (or 0x2D1E72) is known color: Persian Indigo. HEX triplet: 2D, 1E and 72. RGB value is (45,30,114). Sum of RGB (Red+Green+Blue) = 45+30+114=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D1E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1E72 is #D2E18D. Grayscale: #2B2B2B. Windows color (decimal): -13820302 or 7478829. OLE color: 7478829.

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

Color convert

RGB 45 30 114 -
CMYK 0.61 0.74 0 0.55
HSL 250.71º 0.58% 0.28% -
HSV(B) 250.71º 0.74% 0.45% -
XYZ 4.58 2.7 16.2 -
YUV 44.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 45 30 114 0.61 0.74 0 0.55 250.71 0.58 0.28
Hex 2D 1E 72 3D 4A 0 37 FB 3A 1C
Octal 55 36 162 75 112 0 67 373 72 34
Binary 101101 11110 1110010 111101 1001010 0 110111 11111011 111010 11100

Color Harmonies of #2D1E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1E72

Black with #2D1E72

Text Example


Text Example

White with #2D1E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,30,114); }

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

background-color css

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

 a { background-color: rgb(45,30,114); }

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

border-color css

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

 span { border-color: rgb(45,30,114); }

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