Html Css Color HEX #2D2493 Persian Indigo

📋 copy color: '#2D2493'

red 45 ◦ green 36 ◦ blue 147

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

Shades of Persian Indigo #2D2493

Tints of Persian Indigo #2D2493

RGB

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

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

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

R = 19.74%
G = 15.79%
B = 64.47%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D2493 (or 0x2D2493) is known color: Persian Indigo. HEX triplet: 2D, 24 and 93. RGB value is (45,36,147). Sum of RGB (Red+Green+Blue) = 45+36+147=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2493 is #D2DB6C. Grayscale: #323232. Windows color (decimal): -13818733 or 9643053. OLE color: 9643053.

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

Color convert

RGB 45 36 147 -
CMYK 0.69 0.76 0 0.42
HSL 244.86º 0.61% 0.36% -
HSV(B) 244.86º 0.76% 0.58% -
XYZ 6.98 3.93 27.99 -
YUV 51.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 45 36 147 0.69 0.76 0 0.42 244.86 0.61 0.36
Hex 2D 24 93 45 4C 0 2A F5 3D 24
Octal 55 44 223 105 114 0 52 365 75 44
Binary 101101 100100 10010011 1000101 1001100 0 101010 11110101 111101 100100

Color Harmonies of #2D2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2493

Black with #2D2493

Text Example


Text Example

White with #2D2493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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