Html Css Color HEX #2C098D Persian Indigo

📋 copy color: '#2C098D'

red 44 ◦ green 9 ◦ blue 141

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

Shades of Persian Indigo #2C098D

Tints of Persian Indigo #2C098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 22.68%
G = 4.64%
B = 72.68%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C098D (or 0x2C098D) is known color: Persian Indigo. HEX triplet: 2C, 09 and 8D. RGB value is (44,9,141). Sum of RGB (Red+Green+Blue) = 44+9+141=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C098D is #D3F672. Grayscale: #222222. Windows color (decimal): -13891187 or 9242924. OLE color: 9242924.

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

Color convert

RGB 44 9 141 -
CMYK 0.69 0.94 0 0.45
HSL 255.91º 0.88% 0.29% -
HSV(B) 255.91º 0.94% 0.55% -
XYZ 5.94 2.65 25.4 -
YUV 34.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 44 9 141 0.69 0.94 0 0.45 255.91 0.88 0.29
Hex 2C 9 8D 45 5E 0 2D 100 58 1D
Octal 54 11 215 105 136 0 55 400 130 35
Binary 101100 1001 10001101 1000101 1011110 0 101101 100000000 1011000 11101

Color Harmonies of #2C098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C098D

Black with #2C098D

Text Example


Text Example

White with #2C098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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