Html Css Color HEX #2C028F Persian Indigo

📋 copy color: '#2C028F'

red 44 ◦ green 2 ◦ blue 143

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

Shades of Persian Indigo #2C028F

Tints of Persian Indigo #2C028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 75.66%

R = 23.28%
G = 1.06%
B = 75.66%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C028F (or 0x2C028F) is known color: Persian Indigo. HEX triplet: 2C, 02 and 8F. RGB value is (44,2,143). Sum of RGB (Red+Green+Blue) = 44+2+143=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 143 (56.25% from 255 or 75.66% from 189); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C028F is #D3FD70. Grayscale: #1E1E1E. Windows color (decimal): -13892977 or 9372204. OLE color: 9372204.

HSL color Cylindrical-coordinate representation of color #2C028F: hue angle of 257.87º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C028F is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 2 143 -
CMYK 0.69 0.99 0 0.44
HSL 257.87º 0.97% 0.28% -
HSV(B) 257.87º 0.99% 0.56% -
XYZ 6.02 2.56 26.16 -
YUV 30.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 44 2 143 0.69 0.99 0 0.44 257.87 0.97 0.28
Hex 2C 2 8F 45 63 0 2C 102 61 1C
Octal 54 2 217 105 143 0 54 402 141 34
Binary 101100 10 10001111 1000101 1100011 0 101100 100000010 1100001 11100

Color Harmonies of #2C028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C028F

Black with #2C028F

Text Example


Text Example

White with #2C028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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