Html Css Color HEX #2A1C73 Persian Indigo

📋 copy color: '#2A1C73'

red 42 ◦ green 28 ◦ blue 115

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

Shades of Persian Indigo #2A1C73

Tints of Persian Indigo #2A1C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

 BLUE value IS 115 (45.31% from 255) = 62.16%

R = 22.7%
G = 15.14%
B = 62.16%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2A1C73 (or 0x2A1C73) is known color: Persian Indigo. HEX triplet: 2A, 1C and 73. RGB value is (42,28,115). Sum of RGB (Red+Green+Blue) = 42+28+115=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1C73 is #D5E38C. Grayscale: #292929. Windows color (decimal): -14017421 or 7543850. OLE color: 7543850.

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

Color convert

RGB 42 28 115 -
CMYK 0.63 0.76 0 0.55
HSL 249.66º 0.61% 0.28% -
HSV(B) 249.66º 0.76% 0.45% -
XYZ 4.46 2.56 16.48 -
YUV 42.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 42 28 115 0.63 0.76 0 0.55 249.66 0.61 0.28
Hex 2A 1C 73 3F 4C 0 37 FA 3D 1C
Octal 52 34 163 77 114 0 67 372 75 34
Binary 101010 11100 1110011 111111 1001100 0 110111 11111010 111101 11100

Color Harmonies of #2A1C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1C73

Black with #2A1C73

Text Example


Text Example

White with #2A1C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,28,115); }

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

background-color css

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

 a { background-color: rgb(42,28,115); }

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

border-color css

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

 span { border-color: rgb(42,28,115); }

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