Html Css Color HEX #2C0063 Persian Indigo

📋 copy color: '#2C0063'

red 44 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #2C0063

Tints of Persian Indigo #2C0063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 69.23%

R = 30.77%
G = 0%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2C0063 (or 0x2C0063) is known color: Persian Indigo. HEX triplet: 2C, 00 and 63. RGB value is (44,0,99). Sum of RGB (Red+Green+Blue) = 44+0+99=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C0063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0063 is #D3FF9C. Grayscale: #181818. Windows color (decimal): -13893533 or 6488108. OLE color: 6488108.

HSL color Cylindrical-coordinate representation of color #2C0063: hue angle of 266.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0063 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 44 0 99 -
CMYK 0.56 1 0 0.61
HSL 266.67º 1% 0.19% -
HSV(B) 266.67º 1% 0.39% -
XYZ 3.29 1.44 11.91 -
YUV 24.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 44 0 99 0.56 1 0 0.61 266.67 1 0.19
Hex 2C 0 63 38 64 0 3D 10B 64 13
Octal 54 0 143 70 144 0 75 413 144 23
Binary 101100 0 1100011 111000 1100100 0 111101 100001011 1100100 10011

Color Harmonies of #2C0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0063

Black with #2C0063

Text Example


Text Example

White with #2C0063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,0,99); }

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

background-color css

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

 a { background-color: rgb(44,0,99); }

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

border-color css

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

 span { border-color: rgb(44,0,99); }

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