Html Css Color HEX #2A057C Persian Indigo

📋 copy color: '#2A057C'

red 42 ◦ green 5 ◦ blue 124

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

Shades of Persian Indigo #2A057C

Tints of Persian Indigo #2A057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 72.51%

R = 24.56%
G = 2.92%
B = 72.51%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A057C (or 0x2A057C) is known color: Persian Indigo. HEX triplet: 2A, 05 and 7C. RGB value is (42,5,124). Sum of RGB (Red+Green+Blue) = 42+5+124=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A057C is #D5FA83. Grayscale: #1D1D1D. Windows color (decimal): -14023300 or 8127786. OLE color: 8127786.

HSL color Cylindrical-coordinate representation of color #2A057C: hue angle of 258.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A057C is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 5 124 -
CMYK 0.66 0.96 0 0.51
HSL 258.66º 0.92% 0.25% -
HSV(B) 258.66º 0.96% 0.49% -
XYZ 4.65 2.06 19.22 -
YUV 29.63 181.26 136.82 -
System Red Green Blue C M Y K H S L
Decimal 42 5 124 0.66 0.96 0 0.51 258.66 0.92 0.25
Hex 2A 5 7C 42 60 0 33 103 5C 19
Octal 52 5 174 102 140 0 63 403 134 31
Binary 101010 101 1111100 1000010 1100000 0 110011 100000011 1011100 11001

Color Harmonies of #2A057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A057C

Black with #2A057C

Text Example


Text Example

White with #2A057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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