Html Css Color HEX #2D048B Persian Indigo

📋 copy color: '#2D048B'

red 45 ◦ green 4 ◦ blue 139

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

Shades of Persian Indigo #2D048B

Tints of Persian Indigo #2D048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 73.94%

R = 23.94%
G = 2.13%
B = 73.94%

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

#2D048B (or 0x2D048B) is known color: Persian Indigo. HEX triplet: 2D, 04 and 8B. RGB value is (45,4,139). Sum of RGB (Red+Green+Blue) = 45+4+139=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D048B is #D2FB74. Grayscale: #1F1F1F. Windows color (decimal): -13826933 or 9110573. OLE color: 9110573.

HSL color Cylindrical-coordinate representation of color #2D048B: hue angle of 258.22º 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 #2D048B is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 4 139 -
CMYK 0.68 0.97 0 0.45
HSL 258.22º 0.94% 0.28% -
HSV(B) 258.22º 0.97% 0.55% -
XYZ 5.79 2.51 24.61 -
YUV 31.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 45 4 139 0.68 0.97 0 0.45 258.22 0.94 0.28
Hex 2D 4 8B 44 61 0 2D 102 5E 1C
Octal 55 4 213 104 141 0 55 402 136 34
Binary 101101 100 10001011 1000100 1100001 0 101101 100000010 1011110 11100

Color Harmonies of #2D048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D048B

Black with #2D048B

Text Example


Text Example

White with #2D048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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