Html Css Color HEX #2C146D Persian Indigo

📋 copy color: '#2C146D'

red 44 ◦ green 20 ◦ blue 109

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

Shades of Persian Indigo #2C146D

Tints of Persian Indigo #2C146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

 BLUE value IS 109 (42.97% from 255) = 63.01%

R = 25.43%
G = 11.56%
B = 63.01%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2C146D (or 0x2C146D) is known color: Persian Indigo. HEX triplet: 2C, 14 and 6D. RGB value is (44,20,109). Sum of RGB (Red+Green+Blue) = 44+20+109=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C146D is #D3EB92. Grayscale: #242424. Windows color (decimal): -13888403 or 7148588. OLE color: 7148588.

HSL color Cylindrical-coordinate representation of color #2C146D: hue angle of 256.18º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C146D is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 44 20 109 -
CMYK 0.60 0.82 0 0.57
HSL 256.18º 0.69% 0.25% -
HSV(B) 256.18º 0.82% 0.43% -
XYZ 4.05 2.14 14.67 -
YUV 37.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 44 20 109 0.60 0.82 0 0.57 256.18 0.69 0.25
Hex 2C 14 6D 3C 52 0 39 100 45 19
Octal 54 24 155 74 122 0 71 400 105 31
Binary 101100 10100 1101101 111100 1010010 0 111001 100000000 1000101 11001

Color Harmonies of #2C146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C146D

Black with #2C146D

Text Example


Text Example

White with #2C146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,20,109); }

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

background-color css

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

 a { background-color: rgb(44,20,109); }

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

border-color css

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

 span { border-color: rgb(44,20,109); }

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