Html Css Color HEX #2A137F Persian Indigo

📋 copy color: '#2A137F'

red 42 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #2A137F

Tints of Persian Indigo #2A137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 127 (50% from 255) = 67.55%

R = 22.34%
G = 10.11%
B = 67.55%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2A137F (or 0x2A137F) is known color: Persian Indigo. HEX triplet: 2A, 13 and 7F. RGB value is (42,19,127). Sum of RGB (Red+Green+Blue) = 42+19+127=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A137F is #D5EC80. Grayscale: #252525. Windows color (decimal): -14019713 or 8327978. OLE color: 8327978.

HSL color Cylindrical-coordinate representation of color #2A137F: hue angle of 252.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A137F is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 42 19 127 -
CMYK 0.67 0.85 0 0.50
HSL 252.78º 0.74% 0.29% -
HSV(B) 252.78º 0.85% 0.5% -
XYZ 5.02 2.49 20.29 -
YUV 38.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 42 19 127 0.67 0.85 0 0.50 252.78 0.74 0.29
Hex 2A 13 7F 43 55 0 32 FD 4A 1D
Octal 52 23 177 103 125 0 62 375 112 35
Binary 101010 10011 1111111 1000011 1010101 0 110010 11111101 1001010 11101

Color Harmonies of #2A137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A137F

Black with #2A137F

Text Example


Text Example

White with #2A137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,19,127); }

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

background-color css

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

 a { background-color: rgb(42,19,127); }

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

border-color css

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

 span { border-color: rgb(42,19,127); }

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