Html Css Color HEX #2D1794 Persian Indigo

📋 copy color: '#2D1794'

red 45 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #2D1794

Tints of Persian Indigo #2D1794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.52%

R = 20.83%
G = 10.65%
B = 68.52%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D1794 (or 0x2D1794) is known color: Persian Indigo. HEX triplet: 2D, 17 and 94. RGB value is (45,23,148). Sum of RGB (Red+Green+Blue) = 45+23+148=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1794 is #D2E86B. Grayscale: #2B2B2B. Windows color (decimal): -13822060 or 9705261. OLE color: 9705261.

HSL color Cylindrical-coordinate representation of color #2D1794: hue angle of 250.56º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1794 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 23 148 -
CMYK 0.70 0.84 0 0.42
HSL 250.56º 0.73% 0.34% -
HSV(B) 250.56º 0.84% 0.58% -
XYZ 6.73 3.31 28.3 -
YUV 43.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 45 23 148 0.70 0.84 0 0.42 250.56 0.73 0.34
Hex 2D 17 94 46 54 0 2A FB 49 22
Octal 55 27 224 106 124 0 52 373 111 42
Binary 101101 10111 10010100 1000110 1010100 0 101010 11111011 1001001 100010

Color Harmonies of #2D1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1794

Black with #2D1794

Text Example


Text Example

White with #2D1794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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