Html Css Color HEX #2C0260 Persian Indigo

📋 copy color: '#2C0260'

red 44 ◦ green 2 ◦ blue 96

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

Shades of Persian Indigo #2C0260

Tints of Persian Indigo #2C0260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 67.61%

R = 30.99%
G = 1.41%
B = 67.61%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C0260 (or 0x2C0260) is known color: Persian Indigo. HEX triplet: 2C, 02 and 60. RGB value is (44,2,96). Sum of RGB (Red+Green+Blue) = 44+2+96=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C0260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0260 is #D3FD9F. Grayscale: #181818. Windows color (decimal): -13893024 or 6292012. OLE color: 6292012.

HSL color Cylindrical-coordinate representation of color #2C0260: hue angle of 266.81º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0260 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 2 96 -
CMYK 0.54 0.98 0 0.62
HSL 266.81º 0.96% 0.19% -
HSV(B) 266.81º 0.98% 0.38% -
XYZ 3.17 1.42 11.17 -
YUV 25.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 44 2 96 0.54 0.98 0 0.62 266.81 0.96 0.19
Hex 2C 2 60 36 62 0 3E 10B 60 13
Octal 54 2 140 66 142 0 76 413 140 23
Binary 101100 10 1100000 110110 1100010 0 111110 100001011 1100000 10011

Color Harmonies of #2C0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0260

Black with #2C0260

Text Example


Text Example

White with #2C0260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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