Html Css Color HEX #2C2392 Persian Indigo

📋 copy color: '#2C2392'

red 44 ◦ green 35 ◦ blue 146

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

Shades of Persian Indigo #2C2392

Tints of Persian Indigo #2C2392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 19.56%
G = 15.56%
B = 64.89%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C2392 (or 0x2C2392) is known color: Persian Indigo. HEX triplet: 2C, 23 and 92. RGB value is (44,35,146). Sum of RGB (Red+Green+Blue) = 44+35+146=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2392 is #D3DC6D. Grayscale: #313131. Windows color (decimal): -13884526 or 9577260. OLE color: 9577260.

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

Color convert

RGB 44 35 146 -
CMYK 0.70 0.76 0 0.43
HSL 244.86º 0.61% 0.35% -
HSV(B) 244.86º 0.76% 0.57% -
XYZ 6.83 3.81 27.57 -
YUV 50.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 44 35 146 0.70 0.76 0 0.43 244.86 0.61 0.35
Hex 2C 23 92 46 4C 0 2B F5 3D 23
Octal 54 43 222 106 114 0 53 365 75 43
Binary 101100 100011 10010010 1000110 1001100 0 101011 11110101 111101 100011

Color Harmonies of #2C2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2392

Black with #2C2392

Text Example


Text Example

White with #2C2392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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