Html Css Color HEX #2D1289 Persian Indigo

📋 copy color: '#2D1289'

red 45 ◦ green 18 ◦ blue 137

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

Shades of Persian Indigo #2D1289

Tints of Persian Indigo #2D1289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 68.5%

R = 22.5%
G = 9%
B = 68.5%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D1289 (or 0x2D1289) is known color: Persian Indigo. HEX triplet: 2D, 12 and 89. RGB value is (45,18,137). Sum of RGB (Red+Green+Blue) = 45+18+137=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D1289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1289 is #D2ED76. Grayscale: #272727. Windows color (decimal): -13823351 or 8983085. OLE color: 8983085.

HSL color Cylindrical-coordinate representation of color #2D1289: hue angle of 253.61º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1289 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 18 137 -
CMYK 0.67 0.87 0 0.46
HSL 253.61º 0.77% 0.3% -
HSV(B) 253.61º 0.87% 0.54% -
XYZ 5.81 2.8 23.9 -
YUV 39.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 45 18 137 0.67 0.87 0 0.46 253.61 0.77 0.3
Hex 2D 12 89 43 57 0 2E FE 4D 1E
Octal 55 22 211 103 127 0 56 376 115 36
Binary 101101 10010 10001001 1000011 1010111 0 101110 11111110 1001101 11110

Color Harmonies of #2D1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1289

Black with #2D1289

Text Example


Text Example

White with #2D1289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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