Html Css Color HEX #2D1E7F Persian Indigo

📋 copy color: '#2D1E7F'

red 45 ◦ green 30 ◦ blue 127

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

Shades of Persian Indigo #2D1E7F

Tints of Persian Indigo #2D1E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 62.87%

R = 22.28%
G = 14.85%
B = 62.87%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2D1E7F (or 0x2D1E7F) is known color: Persian Indigo. HEX triplet: 2D, 1E and 7F. RGB value is (45,30,127). Sum of RGB (Red+Green+Blue) = 45+30+127=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D1E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1E7F is #D2E180. Grayscale: #2D2D2D. Windows color (decimal): -13820289 or 8330797. OLE color: 8330797.

HSL color Cylindrical-coordinate representation of color #2D1E7F: hue angle of 249.28º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D1E7F is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 45 30 127 -
CMYK 0.65 0.76 0 0.50
HSL 249.28º 0.62% 0.31% -
HSV(B) 249.28º 0.76% 0.5% -
XYZ 5.38 3.02 20.38 -
YUV 45.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 45 30 127 0.65 0.76 0 0.50 249.28 0.62 0.31
Hex 2D 1E 7F 41 4C 0 32 F9 3E 1F
Octal 55 36 177 101 114 0 62 371 76 37
Binary 101101 11110 1111111 1000001 1001100 0 110010 11111001 111110 11111

Color Harmonies of #2D1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1E7F

Black with #2D1E7F

Text Example


Text Example

White with #2D1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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