Html Css Color HEX #2C0278 Persian Indigo

📋 copy color: '#2C0278'

red 44 ◦ green 2 ◦ blue 120

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

Shades of Persian Indigo #2C0278

Tints of Persian Indigo #2C0278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 120 (47.27% from 255) = 72.29%

R = 26.51%
G = 1.2%
B = 72.29%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C0278 (or 0x2C0278) is known color: Persian Indigo. HEX triplet: 2C, 02 and 78. RGB value is (44,2,120). Sum of RGB (Red+Green+Blue) = 44+2+120=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C0278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0278 is #D3FD87. Grayscale: #1B1B1B. Windows color (decimal): -13893000 or 7864876. OLE color: 7864876.

HSL color Cylindrical-coordinate representation of color #2C0278: hue angle of 261.36º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0278 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 2 120 -
CMYK 0.63 0.98 0 0.53
HSL 261.36º 0.97% 0.24% -
HSV(B) 261.36º 0.98% 0.47% -
XYZ 4.45 1.93 17.91 -
YUV 28.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 44 2 120 0.63 0.98 0 0.53 261.36 0.97 0.24
Hex 2C 2 78 3F 62 0 35 105 61 18
Octal 54 2 170 77 142 0 65 405 141 30
Binary 101100 10 1111000 111111 1100010 0 110101 100000101 1100001 11000

Color Harmonies of #2C0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0278

Black with #2C0278

Text Example


Text Example

White with #2C0278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,2,120); }

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

background-color css

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

 a { background-color: rgb(44,2,120); }

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

border-color css

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

 span { border-color: rgb(44,2,120); }

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