Html Css Color HEX #2C1792 Persian Indigo

📋 copy color: '#2C1792'

red 44 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #2C1792

Tints of Persian Indigo #2C1792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

 BLUE value IS 146 (57.42% from 255) = 68.54%

R = 20.66%
G = 10.8%
B = 68.54%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C1792 (or 0x2C1792) is known color: Persian Indigo. HEX triplet: 2C, 17 and 92. RGB value is (44,23,146). Sum of RGB (Red+Green+Blue) = 44+23+146=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C1792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1792 is #D3E86D. Grayscale: #2A2A2A. Windows color (decimal): -13887598 or 9574188. OLE color: 9574188.

HSL color Cylindrical-coordinate representation of color #2C1792: hue angle of 250.24º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C1792 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 44 23 146 -
CMYK 0.70 0.84 0 0.43
HSL 250.24º 0.73% 0.33% -
HSV(B) 250.24º 0.84% 0.57% -
XYZ 6.53 3.22 27.47 -
YUV 43.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 44 23 146 0.70 0.84 0 0.43 250.24 0.73 0.33
Hex 2C 17 92 46 54 0 2B FA 49 21
Octal 54 27 222 106 124 0 53 372 111 41
Binary 101100 10111 10010010 1000110 1010100 0 101011 11111010 1001001 100001

Color Harmonies of #2C1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1792

Black with #2C1792

Text Example


Text Example

White with #2C1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,23,146); }

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

background-color css

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

 a { background-color: rgb(44,23,146); }

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

border-color css

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

 span { border-color: rgb(44,23,146); }

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