Html Css Color HEX #2C0074 Persian Indigo

📋 copy color: '#2C0074'

red 44 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #2C0074

Tints of Persian Indigo #2C0074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.5%

R = 27.5%
G = 0%
B = 72.5%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C0074 (or 0x2C0074) is known color: Persian Indigo. HEX triplet: 2C, 00 and 74. RGB value is (44,0,116). Sum of RGB (Red+Green+Blue) = 44+0+116=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C0074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0074 is #D3FF8B. Grayscale: #191919. Windows color (decimal): -13893516 or 7602220. OLE color: 7602220.

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

Color convert

RGB 44 0 116 -
CMYK 0.62 1 0 0.55
HSL 262.76º 1% 0.23% -
HSV(B) 262.76º 1% 0.45% -
XYZ 4.19 1.8 16.65 -
YUV 26.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 44 0 116 0.62 1 0 0.55 262.76 1 0.23
Hex 2C 0 74 3E 64 0 37 107 64 17
Octal 54 0 164 76 144 0 67 407 144 27
Binary 101100 0 1110100 111110 1100100 0 110111 100000111 1100100 10111

Color Harmonies of #2C0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0074

Black with #2C0074

Text Example


Text Example

White with #2C0074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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