Html Css Color HEX #2D1693 Persian Indigo

📋 copy color: '#2D1693'

red 45 ◦ green 22 ◦ blue 147

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

Shades of Persian Indigo #2D1693

Tints of Persian Indigo #2D1693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.28%

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

R = 21.03%
G = 10.28%
B = 68.69%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D1693 (or 0x2D1693) is known color: Persian Indigo. HEX triplet: 2D, 16 and 93. RGB value is (45,22,147). Sum of RGB (Red+Green+Blue) = 45+22+147=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D1693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1693 is #D2E96C. Grayscale: #2A2A2A. Windows color (decimal): -13822317 or 9639469. OLE color: 9639469.

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

Color convert

RGB 45 22 147 -
CMYK 0.69 0.85 0 0.42
HSL 251.04º 0.74% 0.33% -
HSV(B) 251.04º 0.85% 0.58% -
XYZ 6.64 3.24 27.88 -
YUV 43.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 45 22 147 0.69 0.85 0 0.42 251.04 0.74 0.33
Hex 2D 16 93 45 55 0 2A FB 4A 21
Octal 55 26 223 105 125 0 52 373 112 41
Binary 101101 10110 10010011 1000101 1010101 0 101010 11111011 1001010 100001

Color Harmonies of #2D1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1693

Black with #2D1693

Text Example


Text Example

White with #2D1693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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