Html Css Color HEX #2C026E Persian Indigo

📋 copy color: '#2C026E'

red 44 ◦ green 2 ◦ blue 110

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

Shades of Persian Indigo #2C026E

Tints of Persian Indigo #2C026E

RGB

 RED value IS 44 (17.58% from 255) = 28.21%

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

 BLUE value IS 110 (43.36% from 255) = 70.51%

R = 28.21%
G = 1.28%
B = 70.51%

CMYK

 C value IS 0.6

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2C026E (or 0x2C026E) is known color: Persian Indigo. HEX triplet: 2C, 02 and 6E. RGB value is (44,2,110). Sum of RGB (Red+Green+Blue) = 44+2+110=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C026E is #D3FD91. Grayscale: #1A1A1A. Windows color (decimal): -13893010 or 7209516. OLE color: 7209516.

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

Color convert

RGB 44 2 110 -
CMYK 0.6 0.98 0 0.57
HSL 263.33º 0.96% 0.22% -
HSV(B) 263.33º 0.98% 0.43% -
XYZ 3.87 1.7 14.88 -
YUV 26.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 44 2 110 0.6 0.98 0 0.57 263.33 0.96 0.22
Hex 2C 2 6E 3C 62 0 39 107 60 16
Octal 54 2 156 74 142 0 71 407 140 26
Binary 101100 10 1101110 111100 1100010 0 111001 100000111 1100000 10110

Color Harmonies of #2C026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C026E

Black with #2C026E

Text Example


Text Example

White with #2C026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,2,110); }

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

background-color css

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

 a { background-color: rgb(44,2,110); }

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

border-color css

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

 span { border-color: rgb(44,2,110); }

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