Html Css Color HEX #2C098E Persian Indigo

📋 copy color: '#2C098E'

red 44 ◦ green 9 ◦ blue 142

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

Shades of Persian Indigo #2C098E

Tints of Persian Indigo #2C098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 72.82%

R = 22.56%
G = 4.62%
B = 72.82%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C098E (or 0x2C098E) is known color: Persian Indigo. HEX triplet: 2C, 09 and 8E. RGB value is (44,9,142). Sum of RGB (Red+Green+Blue) = 44+9+142=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C098E is #D3F671. Grayscale: #222222. Windows color (decimal): -13891186 or 9308460. OLE color: 9308460.

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

Color convert

RGB 44 9 142 -
CMYK 0.69 0.94 0 0.44
HSL 255.79º 0.88% 0.3% -
HSV(B) 255.79º 0.94% 0.56% -
XYZ 6.02 2.68 25.79 -
YUV 34.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 44 9 142 0.69 0.94 0 0.44 255.79 0.88 0.3
Hex 2C 9 8E 45 5E 0 2C 100 58 1E
Octal 54 11 216 105 136 0 54 400 130 36
Binary 101100 1001 10001110 1000101 1011110 0 101100 100000000 1011000 11110

Color Harmonies of #2C098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C098E

Black with #2C098E

Text Example


Text Example

White with #2C098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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