Html Css Color HEX #2A026B Persian Indigo

📋 copy color: '#2A026B'

red 42 ◦ green 2 ◦ blue 107

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

Shades of Persian Indigo #2A026B

Tints of Persian Indigo #2A026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 27.81%
G = 1.32%
B = 70.86%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A026B (or 0x2A026B) is known color: Persian Indigo. HEX triplet: 2A, 02 and 6B. RGB value is (42,2,107). Sum of RGB (Red+Green+Blue) = 42+2+107=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A026B is #D5FD94. Grayscale: #191919. Windows color (decimal): -14024085 or 7012906. OLE color: 7012906.

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

Color convert

RGB 42 2 107 -
CMYK 0.61 0.98 0 0.58
HSL 262.86º 0.96% 0.21% -
HSV(B) 262.86º 0.98% 0.42% -
XYZ 3.63 1.6 14.03 -
YUV 25.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 42 2 107 0.61 0.98 0 0.58 262.86 0.96 0.21
Hex 2A 2 6B 3D 62 0 3A 107 60 15
Octal 52 2 153 75 142 0 72 407 140 25
Binary 101010 10 1101011 111101 1100010 0 111010 100000111 1100000 10101

Color Harmonies of #2A026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A026B

Black with #2A026B

Text Example


Text Example

White with #2A026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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