Html Css Color HEX #2C0461 Persian Indigo

📋 copy color: '#2C0461'

red 44 ◦ green 4 ◦ blue 97

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

Shades of Persian Indigo #2C0461

Tints of Persian Indigo #2C0461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 66.9%

R = 30.34%
G = 2.76%
B = 66.9%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C0461 (or 0x2C0461) is known color: Persian Indigo. HEX triplet: 2C, 04 and 61. RGB value is (44,4,97). Sum of RGB (Red+Green+Blue) = 44+4+97=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C0461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0461 is #D3FB9E. Grayscale: #1A1A1A. Windows color (decimal): -13892511 or 6358060. OLE color: 6358060.

HSL color Cylindrical-coordinate representation of color #2C0461: hue angle of 265.81º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0461 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 4 97 -
CMYK 0.55 0.96 0 0.62
HSL 265.81º 0.92% 0.2% -
HSV(B) 265.81º 0.96% 0.38% -
XYZ 3.24 1.49 11.43 -
YUV 26.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 44 4 97 0.55 0.96 0 0.62 265.81 0.92 0.2
Hex 2C 4 61 37 60 0 3E 10A 5C 14
Octal 54 4 141 67 140 0 76 412 134 24
Binary 101100 100 1100001 110111 1100000 0 111110 100001010 1011100 10100

Color Harmonies of #2C0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0461

Black with #2C0461

Text Example


Text Example

White with #2C0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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