Html Css Color HEX #2D1293 Persian Indigo

📋 copy color: '#2D1293'

red 45 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #2D1293

Tints of Persian Indigo #2D1293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 147 (57.81% from 255) = 70%

R = 21.43%
G = 8.57%
B = 70%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D1293 (or 0x2D1293) is known color: Persian Indigo. HEX triplet: 2D, 12 and 93. RGB value is (45,18,147). Sum of RGB (Red+Green+Blue) = 45+18+147=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D1293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1293 is #D2ED6C. Grayscale: #282828. Windows color (decimal): -13823341 or 9638445. OLE color: 9638445.

HSL color Cylindrical-coordinate representation of color #2D1293: hue angle of 252.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1293 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 18 147 -
CMYK 0.69 0.88 0 0.42
HSL 252.56º 0.78% 0.32% -
HSV(B) 252.56º 0.88% 0.58% -
XYZ 6.56 3.1 27.86 -
YUV 40.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 45 18 147 0.69 0.88 0 0.42 252.56 0.78 0.32
Hex 2D 12 93 45 58 0 2A FD 4E 20
Octal 55 22 223 105 130 0 52 375 116 40
Binary 101101 10010 10010011 1000101 1011000 0 101010 11111101 1001110 100000

Color Harmonies of #2D1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1293

Black with #2D1293

Text Example


Text Example

White with #2D1293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,18,147); }

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

background-color css

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

 a { background-color: rgb(45,18,147); }

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

border-color css

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

 span { border-color: rgb(45,18,147); }

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