Html Css Color HEX #2D1776 Persian Indigo

📋 copy color: '#2D1776'

red 45 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #2D1776

Tints of Persian Indigo #2D1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 24.19%
G = 12.37%
B = 63.44%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D1776 (or 0x2D1776) is known color: Persian Indigo. HEX triplet: 2D, 17 and 76. RGB value is (45,23,118). Sum of RGB (Red+Green+Blue) = 45+23+118=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1776 is #D2E889. Grayscale: #282828. Windows color (decimal): -13822090 or 7739181. OLE color: 7739181.

HSL color Cylindrical-coordinate representation of color #2D1776: hue angle of 253.89º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1776 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 23 118 -
CMYK 0.62 0.81 0 0.54
HSL 253.89º 0.67% 0.28% -
HSV(B) 253.89º 0.81% 0.46% -
XYZ 4.66 2.48 17.37 -
YUV 40.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 45 23 118 0.62 0.81 0 0.54 253.89 0.67 0.28
Hex 2D 17 76 3E 51 0 36 FE 43 1C
Octal 55 27 166 76 121 0 66 376 103 34
Binary 101101 10111 1110110 111110 1010001 0 110110 11111110 1000011 11100

Color Harmonies of #2D1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1776

Black with #2D1776

Text Example


Text Example

White with #2D1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,23,118); }

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

background-color css

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

 a { background-color: rgb(45,23,118); }

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

border-color css

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

 span { border-color: rgb(45,23,118); }

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