Html Css Color HEX #2C008D Persian Indigo

📋 copy color: '#2C008D'

red 44 ◦ green 0 ◦ blue 141

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

Shades of Persian Indigo #2C008D

Tints of Persian Indigo #2C008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 76.22%

R = 23.78%
G = 0%
B = 76.22%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C008D (or 0x2C008D) is known color: Persian Indigo. HEX triplet: 2C, 00 and 8D. RGB value is (44,0,141). Sum of RGB (Red+Green+Blue) = 44+0+141=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C008D is #D3FF72. Grayscale: #1C1C1C. Windows color (decimal): -13893491 or 9240620. OLE color: 9240620.

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

Color convert

RGB 44 0 141 -
CMYK 0.69 1 0 0.45
HSL 258.72º 1% 0.28% -
HSV(B) 258.72º 1% 0.55% -
XYZ 5.85 2.46 25.37 -
YUV 29.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 44 0 141 0.69 1 0 0.45 258.72 1 0.28
Hex 2C 0 8D 45 64 0 2D 103 64 1C
Octal 54 0 215 105 144 0 55 403 144 34
Binary 101100 0 10001101 1000101 1100100 0 101101 100000011 1100100 11100

Color Harmonies of #2C008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C008D

Black with #2C008D

Text Example


Text Example

White with #2C008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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