Html Css Color HEX #2C1692 Persian Indigo

📋 copy color: '#2C1692'

red 44 ◦ green 22 ◦ blue 146

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

Shades of Persian Indigo #2C1692

Tints of Persian Indigo #2C1692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 20.75%
G = 10.38%
B = 68.87%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C1692 (or 0x2C1692) is known color: Persian Indigo. HEX triplet: 2C, 16 and 92. RGB value is (44,22,146). Sum of RGB (Red+Green+Blue) = 44+22+146=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1692 is #D3E96D. Grayscale: #2A2A2A. Windows color (decimal): -13887854 or 9573932. OLE color: 9573932.

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

Color convert

RGB 44 22 146 -
CMYK 0.70 0.85 0 0.43
HSL 250.65º 0.74% 0.33% -
HSV(B) 250.65º 0.85% 0.57% -
XYZ 6.51 3.18 27.47 -
YUV 42.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 44 22 146 0.70 0.85 0 0.43 250.65 0.74 0.33
Hex 2C 16 92 46 55 0 2B FB 4A 21
Octal 54 26 222 106 125 0 53 373 112 41
Binary 101100 10110 10010010 1000110 1010101 0 101011 11111011 1001010 100001

Color Harmonies of #2C1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1692

Black with #2C1692

Text Example


Text Example

White with #2C1692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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