Html Css Color HEX #2C0474 Persian Indigo

📋 copy color: '#2C0474'

red 44 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #2C0474

Tints of Persian Indigo #2C0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 26.83%
G = 2.44%
B = 70.73%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C0474 (or 0x2C0474) is known color: Persian Indigo. HEX triplet: 2C, 04 and 74. RGB value is (44,4,116). Sum of RGB (Red+Green+Blue) = 44+4+116=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C0474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0474 is #D3FB8B. Grayscale: #1C1C1C. Windows color (decimal): -13892492 or 7603244. OLE color: 7603244.

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

Color convert

RGB 44 4 116 -
CMYK 0.62 0.97 0 0.55
HSL 261.43º 0.93% 0.24% -
HSV(B) 261.43º 0.97% 0.45% -
XYZ 4.23 1.88 16.66 -
YUV 28.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 44 4 116 0.62 0.97 0 0.55 261.43 0.93 0.24
Hex 2C 4 74 3E 61 0 37 105 5D 18
Octal 54 4 164 76 141 0 67 405 135 30
Binary 101100 100 1110100 111110 1100001 0 110111 100000101 1011101 11000

Color Harmonies of #2C0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0474

Black with #2C0474

Text Example


Text Example

White with #2C0474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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