Html Css Color HEX #2D2483 Persian Indigo

📋 copy color: '#2D2483'

red 45 ◦ green 36 ◦ blue 131

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

Shades of Persian Indigo #2D2483

Tints of Persian Indigo #2D2483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 21.23%
G = 16.98%
B = 61.79%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2D2483 (or 0x2D2483) is known color: Persian Indigo. HEX triplet: 2D, 24 and 83. RGB value is (45,36,131). Sum of RGB (Red+Green+Blue) = 45+36+131=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D2483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2483 is #D2DB7C. Grayscale: #313131. Windows color (decimal): -13818749 or 8594477. OLE color: 8594477.

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

Color convert

RGB 45 36 131 -
CMYK 0.66 0.73 0 0.49
HSL 245.68º 0.57% 0.33% -
HSV(B) 245.68º 0.73% 0.51% -
XYZ 5.81 3.46 21.83 -
YUV 49.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 45 36 131 0.66 0.73 0 0.49 245.68 0.57 0.33
Hex 2D 24 83 42 49 0 31 F6 39 21
Octal 55 44 203 102 111 0 61 366 71 41
Binary 101101 100100 10000011 1000010 1001001 0 110001 11110110 111001 100001

Color Harmonies of #2D2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2483

Black with #2D2483

Text Example


Text Example

White with #2D2483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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