Html Css Color HEX #2D1481 Persian Indigo

📋 copy color: '#2D1481'

red 45 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #2D1481

Tints of Persian Indigo #2D1481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.49%

R = 23.2%
G = 10.31%
B = 66.49%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2D1481 (or 0x2D1481) is known color: Persian Indigo. HEX triplet: 2D, 14 and 81. RGB value is (45,20,129). Sum of RGB (Red+Green+Blue) = 45+20+129=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #2D1481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1481 is #D2EB7E. Grayscale: #272727. Windows color (decimal): -13822847 or 8459309. OLE color: 8459309.

HSL color Cylindrical-coordinate representation of color #2D1481: hue angle of 253.76º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1481 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 20 129 -
CMYK 0.65 0.84 0 0.49
HSL 253.76º 0.73% 0.29% -
HSV(B) 253.76º 0.84% 0.51% -
XYZ 5.29 2.64 21 -
YUV 39.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 45 20 129 0.65 0.84 0 0.49 253.76 0.73 0.29
Hex 2D 14 81 41 54 0 31 FE 49 1D
Octal 55 24 201 101 124 0 61 376 111 35
Binary 101101 10100 10000001 1000001 1010100 0 110001 11111110 1001001 11101

Color Harmonies of #2D1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1481

Black with #2D1481

Text Example


Text Example

White with #2D1481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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