Html Css Color HEX #2D048E Persian Indigo

📋 copy color: '#2D048E'

red 45 ◦ green 4 ◦ blue 142

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

Shades of Persian Indigo #2D048E

Tints of Persian Indigo #2D048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 74.35%

R = 23.56%
G = 2.09%
B = 74.35%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D048E (or 0x2D048E) is known color: Persian Indigo. HEX triplet: 2D, 04 and 8E. RGB value is (45,4,142). Sum of RGB (Red+Green+Blue) = 45+4+142=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D048E is #D2FB71. Grayscale: #1F1F1F. Windows color (decimal): -13826930 or 9307181. OLE color: 9307181.

HSL color Cylindrical-coordinate representation of color #2D048E: hue angle of 257.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D048E is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 4 142 -
CMYK 0.68 0.97 0 0.44
HSL 257.83º 0.95% 0.29% -
HSV(B) 257.83º 0.97% 0.56% -
XYZ 6.01 2.6 25.78 -
YUV 31.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 45 4 142 0.68 0.97 0 0.44 257.83 0.95 0.29
Hex 2D 4 8E 44 61 0 2C 102 5F 1D
Octal 55 4 216 104 141 0 54 402 137 35
Binary 101101 100 10001110 1000100 1100001 0 101100 100000010 1011111 11101

Color Harmonies of #2D048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D048E

Black with #2D048E

Text Example


Text Example

White with #2D048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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