Html Css Color HEX #2A026C Persian Indigo

📋 copy color: '#2A026C'

red 42 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #2A026C

Tints of Persian Indigo #2A026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 71.05%

R = 27.63%
G = 1.32%
B = 71.05%

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

#2A026C (or 0x2A026C) is known color: Persian Indigo. HEX triplet: 2A, 02 and 6C. RGB value is (42,2,108). Sum of RGB (Red+Green+Blue) = 42+2+108=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A026C is #D5FD93. Grayscale: #191919. Windows color (decimal): -14024084 or 7078442. OLE color: 7078442.

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

Color convert

RGB 42 2 108 -
CMYK 0.61 0.98 0 0.58
HSL 262.64º 0.96% 0.22% -
HSV(B) 262.64º 0.98% 0.42% -
XYZ 3.68 1.62 14.31 -
YUV 26.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 42 2 108 0.61 0.98 0 0.58 262.64 0.96 0.22
Hex 2A 2 6C 3D 62 0 3A 107 60 16
Octal 52 2 154 75 142 0 72 407 140 26
Binary 101010 10 1101100 111101 1100010 0 111010 100000111 1100000 10110

Color Harmonies of #2A026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A026C

Black with #2A026C

Text Example


Text Example

White with #2A026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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