Html Css Color HEX #2D1196 Persian Indigo

📋 copy color: '#2D1196'

red 45 ◦ green 17 ◦ blue 150

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

Shades of Persian Indigo #2D1196

Tints of Persian Indigo #2D1196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

 BLUE value IS 150 (58.98% from 255) = 70.75%

R = 21.23%
G = 8.02%
B = 70.75%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2D1196 (or 0x2D1196) is known color: Persian Indigo. HEX triplet: 2D, 11 and 96. RGB value is (45,17,150). Sum of RGB (Red+Green+Blue) = 45+17+150=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D1196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1196 is #D2EE69. Grayscale: #282828. Windows color (decimal): -13823594 or 9834797. OLE color: 9834797.

HSL color Cylindrical-coordinate representation of color #2D1196: hue angle of 252.63º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1196 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 45 17 150 -
CMYK 0.70 0.89 0 0.41
HSL 252.63º 0.8% 0.33% -
HSV(B) 252.63º 0.89% 0.59% -
XYZ 6.79 3.16 29.11 -
YUV 40.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 45 17 150 0.70 0.89 0 0.41 252.63 0.8 0.33
Hex 2D 11 96 46 59 0 29 FD 50 21
Octal 55 21 226 106 131 0 51 375 120 41
Binary 101101 10001 10010110 1000110 1011001 0 101001 11111101 1010000 100001

Color Harmonies of #2D1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1196

Black with #2D1196

Text Example


Text Example

White with #2D1196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,17,150); }

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

background-color css

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

 a { background-color: rgb(45,17,150); }

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

border-color css

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

 span { border-color: rgb(45,17,150); }

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