Html Css Color HEX #2C196C Persian Indigo

📋 copy color: '#2C196C'

red 44 ◦ green 25 ◦ blue 108

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

Shades of Persian Indigo #2C196C

Tints of Persian Indigo #2C196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 24.86%
G = 14.12%
B = 61.02%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2C196C (or 0x2C196C) is known color: Persian Indigo. HEX triplet: 2C, 19 and 6C. RGB value is (44,25,108). Sum of RGB (Red+Green+Blue) = 44+25+108=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C196C is #D3E693. Grayscale: #272727. Windows color (decimal): -13887124 or 7084332. OLE color: 7084332.

HSL color Cylindrical-coordinate representation of color #2C196C: hue angle of 253.73º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C196C is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 44 25 108 -
CMYK 0.59 0.77 0 0.58
HSL 253.73º 0.62% 0.26% -
HSV(B) 253.73º 0.77% 0.42% -
XYZ 4.09 2.31 14.42 -
YUV 40.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 44 25 108 0.59 0.77 0 0.58 253.73 0.62 0.26
Hex 2C 19 6C 3B 4D 0 3A FE 3E 1A
Octal 54 31 154 73 115 0 72 376 76 32
Binary 101100 11001 1101100 111011 1001101 0 111010 11111110 111110 11010

Color Harmonies of #2C196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C196C

Black with #2C196C

Text Example


Text Example

White with #2C196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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