Html Css Color HEX #2C0768 Persian Indigo

📋 copy color: '#2C0768'

red 44 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #2C0768

Tints of Persian Indigo #2C0768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.1%

R = 28.39%
G = 4.52%
B = 67.1%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C0768 (or 0x2C0768) is known color: Persian Indigo. HEX triplet: 2C, 07 and 68. RGB value is (44,7,104). Sum of RGB (Red+Green+Blue) = 44+7+104=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C0768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0768 is #D3F897. Grayscale: #1C1C1C. Windows color (decimal): -13891736 or 6817580. OLE color: 6817580.

HSL color Cylindrical-coordinate representation of color #2C0768: hue angle of 262.89º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0768 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 7 104 -
CMYK 0.58 0.93 0 0.59
HSL 262.89º 0.87% 0.22% -
HSV(B) 262.89º 0.93% 0.41% -
XYZ 3.61 1.69 13.23 -
YUV 29.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 44 7 104 0.58 0.93 0 0.59 262.89 0.87 0.22
Hex 2C 7 68 3A 5D 0 3B 107 57 16
Octal 54 7 150 72 135 0 73 407 127 26
Binary 101100 111 1101000 111010 1011101 0 111011 100000111 1010111 10110

Color Harmonies of #2C0768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0768

Black with #2C0768

Text Example


Text Example

White with #2C0768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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