Html Css Color HEX #2C0562 Persian Indigo

📋 copy color: '#2C0562'

red 44 ◦ green 5 ◦ blue 98

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

Shades of Persian Indigo #2C0562

Tints of Persian Indigo #2C0562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.4%

 BLUE value IS 98 (38.67% from 255) = 66.67%

R = 29.93%
G = 3.4%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C0562 (or 0x2C0562) is known color: Persian Indigo. HEX triplet: 2C, 05 and 62. RGB value is (44,5,98). Sum of RGB (Red+Green+Blue) = 44+5+98=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C0562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0562 is #D3FA9D. Grayscale: #1A1A1A. Windows color (decimal): -13892254 or 6423852. OLE color: 6423852.

HSL color Cylindrical-coordinate representation of color #2C0562: hue angle of 265.16º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0562 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 5 98 -
CMYK 0.55 0.95 0 0.62
HSL 265.16º 0.9% 0.2% -
HSV(B) 265.16º 0.95% 0.38% -
XYZ 3.3 1.53 11.68 -
YUV 27.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 44 5 98 0.55 0.95 0 0.62 265.16 0.9 0.2
Hex 2C 5 62 37 5F 0 3E 109 5A 14
Octal 54 5 142 67 137 0 76 411 132 24
Binary 101100 101 1100010 110111 1011111 0 111110 100001001 1011010 10100

Color Harmonies of #2C0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0562

Black with #2C0562

Text Example


Text Example

White with #2C0562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,5,98); }

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

background-color css

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

 a { background-color: rgb(44,5,98); }

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

border-color css

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

 span { border-color: rgb(44,5,98); }

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