Html Css Color HEX #2A156B Persian Indigo

📋 copy color: '#2A156B'

red 42 ◦ green 21 ◦ blue 107

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

Shades of Persian Indigo #2A156B

Tints of Persian Indigo #2A156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 24.71%
G = 12.35%
B = 62.94%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A156B (or 0x2A156B) is known color: Persian Indigo. HEX triplet: 2A, 15 and 6B. RGB value is (42,21,107). Sum of RGB (Red+Green+Blue) = 42+21+107=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A156B is #D5EA94. Grayscale: #242424. Windows color (decimal): -14019221 or 7017770. OLE color: 7017770.

HSL color Cylindrical-coordinate representation of color #2A156B: hue angle of 254.65º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A156B is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 21 107 -
CMYK 0.61 0.80 0 0.58
HSL 254.65º 0.67% 0.25% -
HSV(B) 254.65º 0.8% 0.42% -
XYZ 3.88 2.09 14.11 -
YUV 37.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 42 21 107 0.61 0.80 0 0.58 254.65 0.67 0.25
Hex 2A 15 6B 3D 50 0 3A FF 43 19
Octal 52 25 153 75 120 0 72 377 103 31
Binary 101010 10101 1101011 111101 1010000 0 111010 11111111 1000011 11001

Color Harmonies of #2A156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A156B

Black with #2A156B

Text Example


Text Example

White with #2A156B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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