Html Css Color HEX #2C048E Persian Indigo

📋 copy color: '#2C048E'

red 44 ◦ green 4 ◦ blue 142

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

Shades of Persian Indigo #2C048E

Tints of Persian Indigo #2C048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

 BLUE value IS 142 (55.86% from 255) = 74.74%

R = 23.16%
G = 2.11%
B = 74.74%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C048E (or 0x2C048E) is known color: Persian Indigo. HEX triplet: 2C, 04 and 8E. RGB value is (44,4,142). Sum of RGB (Red+Green+Blue) = 44+4+142=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C048E is #D3FB71. Grayscale: #1F1F1F. Windows color (decimal): -13892466 or 9307180. OLE color: 9307180.

HSL color Cylindrical-coordinate representation of color #2C048E: hue angle of 257.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C048E is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 4 142 -
CMYK 0.69 0.97 0 0.44
HSL 257.39º 0.95% 0.29% -
HSV(B) 257.39º 0.97% 0.56% -
XYZ 5.96 2.58 25.77 -
YUV 31.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 44 4 142 0.69 0.97 0 0.44 257.39 0.95 0.29
Hex 2C 4 8E 45 61 0 2C 101 5F 1D
Octal 54 4 216 105 141 0 54 401 137 35
Binary 101100 100 10001110 1000101 1100001 0 101100 100000001 1011111 11101

Color Harmonies of #2C048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C048E

Black with #2C048E

Text Example


Text Example

White with #2C048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,4,142); }

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

background-color css

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

 a { background-color: rgb(44,4,142); }

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

border-color css

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

 span { border-color: rgb(44,4,142); }

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