Html Css Color HEX #2D048D Persian Indigo

📋 copy color: '#2D048D'

red 45 ◦ green 4 ◦ blue 141

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

Shades of Persian Indigo #2D048D

Tints of Persian Indigo #2D048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

 BLUE value IS 141 (55.47% from 255) = 74.21%

R = 23.68%
G = 2.11%
B = 74.21%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D048D (or 0x2D048D) is known color: Persian Indigo. HEX triplet: 2D, 04 and 8D. RGB value is (45,4,141). Sum of RGB (Red+Green+Blue) = 45+4+141=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D048D is #D2FB72. Grayscale: #1F1F1F. Windows color (decimal): -13826931 or 9241645. OLE color: 9241645.

HSL color Cylindrical-coordinate representation of color #2D048D: hue angle of 257.96º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D048D is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 4 141 -
CMYK 0.68 0.97 0 0.45
HSL 257.96º 0.94% 0.28% -
HSV(B) 257.96º 0.97% 0.55% -
XYZ 5.93 2.57 25.38 -
YUV 31.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 45 4 141 0.68 0.97 0 0.45 257.96 0.94 0.28
Hex 2D 4 8D 44 61 0 2D 102 5E 1C
Octal 55 4 215 104 141 0 55 402 136 34
Binary 101101 100 10001101 1000100 1100001 0 101101 100000010 1011110 11100

Color Harmonies of #2D048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D048D

Black with #2D048D

Text Example


Text Example

White with #2D048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,4,141); }

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

background-color css

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

 a { background-color: rgb(45,4,141); }

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

border-color css

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

 span { border-color: rgb(45,4,141); }

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