Html Css Color HEX #2C078A Persian Indigo

📋 copy color: '#2C078A'

red 44 ◦ green 7 ◦ blue 138

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

Shades of Persian Indigo #2C078A

Tints of Persian Indigo #2C078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

 BLUE value IS 138 (54.3% from 255) = 73.02%

R = 23.28%
G = 3.7%
B = 73.02%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C078A (or 0x2C078A) is known color: Persian Indigo. HEX triplet: 2C, 07 and 8A. RGB value is (44,7,138). Sum of RGB (Red+Green+Blue) = 44+7+138=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 138 (54.30% from 255 or 73.02% from 189); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C078A is #D3F875. Grayscale: #202020. Windows color (decimal): -13891702 or 9045804. OLE color: 9045804.

HSL color Cylindrical-coordinate representation of color #2C078A: hue angle of 256.95º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C078A is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 7 138 -
CMYK 0.68 0.95 0 0.46
HSL 256.95º 0.9% 0.28% -
HSV(B) 256.95º 0.95% 0.54% -
XYZ 5.7 2.52 24.23 -
YUV 33 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 44 7 138 0.68 0.95 0 0.46 256.95 0.9 0.28
Hex 2C 7 8A 44 5F 0 2E 101 5A 1C
Octal 54 7 212 104 137 0 56 401 132 34
Binary 101100 111 10001010 1000100 1011111 0 101110 100000001 1011010 11100

Color Harmonies of #2C078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C078A

Black with #2C078A

Text Example


Text Example

White with #2C078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,7,138); }

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

background-color css

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

 a { background-color: rgb(44,7,138); }

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

border-color css

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

 span { border-color: rgb(44,7,138); }

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