Html Css Color HEX #2D1494 Persian Indigo

📋 copy color: '#2D1494'

red 45 ◦ green 20 ◦ blue 148

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

Shades of Persian Indigo #2D1494

Tints of Persian Indigo #2D1494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

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

R = 21.13%
G = 9.39%
B = 69.48%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D1494 (or 0x2D1494) is known color: Persian Indigo. HEX triplet: 2D, 14 and 94. RGB value is (45,20,148). Sum of RGB (Red+Green+Blue) = 45+20+148=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D1494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1494 is #D2EB6B. Grayscale: #292929. Windows color (decimal): -13822828 or 9704493. OLE color: 9704493.

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

Color convert

RGB 45 20 148 -
CMYK 0.70 0.86 0 0.42
HSL 251.72º 0.76% 0.33% -
HSV(B) 251.72º 0.86% 0.58% -
XYZ 6.68 3.2 28.28 -
YUV 42.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 45 20 148 0.70 0.86 0 0.42 251.72 0.76 0.33
Hex 2D 14 94 46 56 0 2A FC 4C 21
Octal 55 24 224 106 126 0 52 374 114 41
Binary 101101 10100 10010100 1000110 1010110 0 101010 11111100 1001100 100001

Color Harmonies of #2D1494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1494

Black with #2D1494

Text Example


Text Example

White with #2D1494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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