Html Css Color HEX #2A058D Persian Indigo

📋 copy color: '#2A058D'

red 42 ◦ green 5 ◦ blue 141

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

Shades of Persian Indigo #2A058D

Tints of Persian Indigo #2A058D

RGB

 RED value IS 42 (16.8% from 255) = 22.34%

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 22.34%
G = 2.66%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A058D (or 0x2A058D) is known color: Persian Indigo. HEX triplet: 2A, 05 and 8D. RGB value is (42,5,141). Sum of RGB (Red+Green+Blue) = 42+5+141=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A058D is #D5FA72. Grayscale: #1F1F1F. Windows color (decimal): -14023283 or 9241898. OLE color: 9241898.

HSL color Cylindrical-coordinate representation of color #2A058D: hue angle of 256.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A058D is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 5 141 -
CMYK 0.70 0.96 0 0.45
HSL 256.32º 0.93% 0.29% -
HSV(B) 256.32º 0.96% 0.55% -
XYZ 5.82 2.52 25.38 -
YUV 31.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 42 5 141 0.70 0.96 0 0.45 256.32 0.93 0.29
Hex 2A 5 8D 46 60 0 2D 100 5D 1D
Octal 52 5 215 106 140 0 55 400 135 35
Binary 101010 101 10001101 1000110 1100000 0 101101 100000000 1011101 11101

Color Harmonies of #2A058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A058D

Black with #2A058D

Text Example


Text Example

White with #2A058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,5,141); }

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

background-color css

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

 a { background-color: rgb(42,5,141); }

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

border-color css

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

 span { border-color: rgb(42,5,141); }

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