Html Css Color HEX #2A056B Persian Indigo

📋 copy color: '#2A056B'

red 42 ◦ green 5 ◦ blue 107

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

Shades of Persian Indigo #2A056B

Tints of Persian Indigo #2A056B

RGB

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

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

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

R = 27.27%
G = 3.25%
B = 69.48%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A056B (or 0x2A056B) is known color: Persian Indigo. HEX triplet: 2A, 05 and 6B. RGB value is (42,5,107). Sum of RGB (Red+Green+Blue) = 42+5+107=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A056B is #D5FA94. Grayscale: #1B1B1B. Windows color (decimal): -14023317 or 7013674. OLE color: 7013674.

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

Color convert

RGB 42 5 107 -
CMYK 0.61 0.95 0 0.58
HSL 261.76º 0.91% 0.22% -
HSV(B) 261.76º 0.95% 0.42% -
XYZ 3.66 1.66 14.04 -
YUV 27.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 42 5 107 0.61 0.95 0 0.58 261.76 0.91 0.22
Hex 2A 5 6B 3D 5F 0 3A 106 5B 16
Octal 52 5 153 75 137 0 72 406 133 26
Binary 101010 101 1101011 111101 1011111 0 111010 100000110 1011011 10110

Color Harmonies of #2A056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A056B

Black with #2A056B

Text Example


Text Example

White with #2A056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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