Html Css Color HEX #2C0076 Persian Indigo

📋 copy color: '#2C0076'

red 44 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #2C0076

Tints of Persian Indigo #2C0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 72.84%

R = 27.16%
G = 0%
B = 72.84%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C0076 (or 0x2C0076) is known color: Persian Indigo. HEX triplet: 2C, 00 and 76. RGB value is (44,0,118). Sum of RGB (Red+Green+Blue) = 44+0+118=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0076 is #D3FF89. Grayscale: #1A1A1A. Windows color (decimal): -13893514 or 7733292. OLE color: 7733292.

HSL color Cylindrical-coordinate representation of color #2C0076: hue angle of 262.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0076 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 0 118 -
CMYK 0.63 1 0 0.54
HSL 262.37º 1% 0.23% -
HSV(B) 262.37º 1% 0.46% -
XYZ 4.31 1.84 17.27 -
YUV 26.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 44 0 118 0.63 1 0 0.54 262.37 1 0.23
Hex 2C 0 76 3F 64 0 36 106 64 17
Octal 54 0 166 77 144 0 66 406 144 27
Binary 101100 0 1110110 111111 1100100 0 110110 100000110 1100100 10111

Color Harmonies of #2C0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0076

Black with #2C0076

Text Example


Text Example

White with #2C0076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,0,118); }

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

background-color css

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

 a { background-color: rgb(44,0,118); }

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

border-color css

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

 span { border-color: rgb(44,0,118); }

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