Html Css Color HEX #2C0B78 Persian Indigo

📋 copy color: '#2C0B78'

red 44 ◦ green 11 ◦ blue 120

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

Shades of Persian Indigo #2C0B78

Tints of Persian Indigo #2C0B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

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

R = 25.14%
G = 6.29%
B = 68.57%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C0B78 (or 0x2C0B78) is known color: Persian Indigo. HEX triplet: 2C, 0B and 78. RGB value is (44,11,120). Sum of RGB (Red+Green+Blue) = 44+11+120=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C0B78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0B78 is #D3F487. Grayscale: #202020. Windows color (decimal): -13890696 or 7867180. OLE color: 7867180.

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

Color convert

RGB 44 11 120 -
CMYK 0.63 0.91 0 0.53
HSL 258.17º 0.83% 0.26% -
HSV(B) 258.17º 0.91% 0.47% -
XYZ 4.55 2.13 17.94 -
YUV 33.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 44 11 120 0.63 0.91 0 0.53 258.17 0.83 0.26
Hex 2C B 78 3F 5B 0 35 102 53 1A
Octal 54 13 170 77 133 0 65 402 123 32
Binary 101100 1011 1111000 111111 1011011 0 110101 100000010 1010011 11010

Color Harmonies of #2C0B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0B78

Black with #2C0B78

Text Example


Text Example

White with #2C0B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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