Html Css Color HEX #2C0062 Persian Indigo

📋 copy color: '#2C0062'

red 44 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #2C0062

Tints of Persian Indigo #2C0062

RGB

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

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

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

R = 30.99%
G = 0%
B = 69.01%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C0062 (or 0x2C0062) is known color: Persian Indigo. HEX triplet: 2C, 00 and 62. RGB value is (44,0,98). Sum of RGB (Red+Green+Blue) = 44+0+98=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0062 is #D3FF9D. Grayscale: #171717. Windows color (decimal): -13893534 or 6422572. OLE color: 6422572.

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

Color convert

RGB 44 0 98 -
CMYK 0.55 1 0 0.62
HSL 266.94º 1% 0.19% -
HSV(B) 266.94º 1% 0.38% -
XYZ 3.24 1.42 11.66 -
YUV 24.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 44 0 98 0.55 1 0 0.62 266.94 1 0.19
Hex 2C 0 62 37 64 0 3E 10B 64 13
Octal 54 0 142 67 144 0 76 413 144 23
Binary 101100 0 1100010 110111 1100100 0 111110 100001011 1100100 10011

Color Harmonies of #2C0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0062

Black with #2C0062

Text Example


Text Example

White with #2C0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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