Html Css Color HEX #2C026C Persian Indigo

📋 copy color: '#2C026C'

red 44 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #2C026C

Tints of Persian Indigo #2C026C

RGB

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

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

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

R = 28.57%
G = 1.3%
B = 70.13%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2C026C (or 0x2C026C) is known color: Persian Indigo. HEX triplet: 2C, 02 and 6C. RGB value is (44,2,108). Sum of RGB (Red+Green+Blue) = 44+2+108=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C026C is #D3FD93. Grayscale: #1A1A1A. Windows color (decimal): -13893012 or 7078444. OLE color: 7078444.

HSL color Cylindrical-coordinate representation of color #2C026C: hue angle of 263.77º 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 #2C026C is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 44 2 108 -
CMYK 0.59 0.98 0 0.58
HSL 263.77º 0.96% 0.22% -
HSV(B) 263.77º 0.98% 0.42% -
XYZ 3.77 1.66 14.31 -
YUV 26.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 44 2 108 0.59 0.98 0 0.58 263.77 0.96 0.22
Hex 2C 2 6C 3B 62 0 3A 108 60 16
Octal 54 2 154 73 142 0 72 410 140 26
Binary 101100 10 1101100 111011 1100010 0 111010 100001000 1100000 10110

Color Harmonies of #2C026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C026C

Black with #2C026C

Text Example


Text Example

White with #2C026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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