Html Css Color HEX #2D1D83 Persian Indigo

📋 copy color: '#2D1D83'

red 45 ◦ green 29 ◦ blue 131

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

Shades of Persian Indigo #2D1D83

Tints of Persian Indigo #2D1D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.15%

 BLUE value IS 131 (51.56% from 255) = 63.9%

R = 21.95%
G = 14.15%
B = 63.9%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2D1D83 (or 0x2D1D83) is known color: Persian Indigo. HEX triplet: 2D, 1D and 83. RGB value is (45,29,131). Sum of RGB (Red+Green+Blue) = 45+29+131=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D1D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1D83 is #D2E27C. Grayscale: #2D2D2D. Windows color (decimal): -13820541 or 8592685. OLE color: 8592685.

HSL color Cylindrical-coordinate representation of color #2D1D83: hue angle of 249.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D1D83 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 29 131 -
CMYK 0.66 0.78 0 0.49
HSL 249.41º 0.64% 0.31% -
HSV(B) 249.41º 0.78% 0.51% -
XYZ 5.62 3.08 21.77 -
YUV 45.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 45 29 131 0.66 0.78 0 0.49 249.41 0.64 0.31
Hex 2D 1D 83 42 4E 0 31 F9 40 1F
Octal 55 35 203 102 116 0 61 371 100 37
Binary 101101 11101 10000011 1000010 1001110 0 110001 11111001 1000000 11111

Color Harmonies of #2D1D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1D83

Black with #2D1D83

Text Example


Text Example

White with #2D1D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,29,131); }

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

background-color css

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

 a { background-color: rgb(45,29,131); }

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

border-color css

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

 span { border-color: rgb(45,29,131); }

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