Html Css Color HEX #2C1695 Persian Indigo

📋 copy color: '#2C1695'

red 44 ◦ green 22 ◦ blue 149

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

Shades of Persian Indigo #2C1695

Tints of Persian Indigo #2C1695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 69.3%

R = 20.47%
G = 10.23%
B = 69.3%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C1695 (or 0x2C1695) is known color: Persian Indigo. HEX triplet: 2C, 16 and 95. RGB value is (44,22,149). Sum of RGB (Red+Green+Blue) = 44+22+149=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C1695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1695 is #D3E96A. Grayscale: #2A2A2A. Windows color (decimal): -13887851 or 9770540. OLE color: 9770540.

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

Color convert

RGB 44 22 149 -
CMYK 0.70 0.85 0 0.42
HSL 250.39º 0.74% 0.34% -
HSV(B) 250.39º 0.85% 0.58% -
XYZ 6.75 3.28 28.71 -
YUV 43.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 44 22 149 0.70 0.85 0 0.42 250.39 0.74 0.34
Hex 2C 16 95 46 55 0 2A FA 4A 22
Octal 54 26 225 106 125 0 52 372 112 42
Binary 101100 10110 10010101 1000110 1010101 0 101010 11111010 1001010 100010

Color Harmonies of #2C1695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1695

Black with #2C1695

Text Example


Text Example

White with #2C1695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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