Html Css Color HEX #2A186B Persian Indigo

📋 copy color: '#2A186B'

red 42 ◦ green 24 ◦ blue 107

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

Shades of Persian Indigo #2A186B

Tints of Persian Indigo #2A186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

 BLUE value IS 107 (42.19% from 255) = 61.85%

R = 24.28%
G = 13.87%
B = 61.85%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A186B (or 0x2A186B) is known color: Persian Indigo. HEX triplet: 2A, 18 and 6B. RGB value is (42,24,107). Sum of RGB (Red+Green+Blue) = 42+24+107=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A186B is #D5E794. Grayscale: #262626. Windows color (decimal): -14018453 or 7018538. OLE color: 7018538.

HSL color Cylindrical-coordinate representation of color #2A186B: hue angle of 253.01º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A186B is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 24 107 -
CMYK 0.61 0.78 0 0.58
HSL 253.01º 0.63% 0.26% -
HSV(B) 253.01º 0.78% 0.42% -
XYZ 3.94 2.21 14.13 -
YUV 38.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 42 24 107 0.61 0.78 0 0.58 253.01 0.63 0.26
Hex 2A 18 6B 3D 4E 0 3A FD 3F 1A
Octal 52 30 153 75 116 0 72 375 77 32
Binary 101010 11000 1101011 111101 1001110 0 111010 11111101 111111 11010

Color Harmonies of #2A186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A186B

Black with #2A186B

Text Example


Text Example

White with #2A186B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,24,107); }

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

background-color css

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

 a { background-color: rgb(42,24,107); }

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

border-color css

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

 span { border-color: rgb(42,24,107); }

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