Html Css Color HEX #2C0092 Persian Indigo

📋 copy color: '#2C0092'

red 44 ◦ green 0 ◦ blue 146

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

Shades of Persian Indigo #2C0092

Tints of Persian Indigo #2C0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.16%
G = 0%
B = 76.84%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C0092 (or 0x2C0092) is known color: Persian Indigo. HEX triplet: 2C, 00 and 92. RGB value is (44,0,146). Sum of RGB (Red+Green+Blue) = 44+0+146=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0092 is #D3FF6D. Grayscale: #1D1D1D. Windows color (decimal): -13893486 or 9568300. OLE color: 9568300.

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

Color convert

RGB 44 0 146 -
CMYK 0.70 1 0 0.43
HSL 258.08º 1% 0.29% -
HSV(B) 258.08º 1% 0.57% -
XYZ 6.23 2.61 27.37 -
YUV 29.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 44 0 146 0.70 1 0 0.43 258.08 1 0.29
Hex 2C 0 92 46 64 0 2B 102 64 1D
Octal 54 0 222 106 144 0 53 402 144 35
Binary 101100 0 10010010 1000110 1100100 0 101011 100000010 1100100 11101

Color Harmonies of #2C0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0092

Black with #2C0092

Text Example


Text Example

White with #2C0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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