Html Css Color HEX #2C098B Persian Indigo

📋 copy color: '#2C098B'

red 44 ◦ green 9 ◦ blue 139

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

Shades of Persian Indigo #2C098B

Tints of Persian Indigo #2C098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 72.4%

R = 22.92%
G = 4.69%
B = 72.4%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C098B (or 0x2C098B) is known color: Persian Indigo. HEX triplet: 2C, 09 and 8B. RGB value is (44,9,139). Sum of RGB (Red+Green+Blue) = 44+9+139=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C098B is #D3F674. Grayscale: #212121. Windows color (decimal): -13891189 or 9111852. OLE color: 9111852.

HSL color Cylindrical-coordinate representation of color #2C098B: hue angle of 256.15º 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 #2C098B is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 9 139 -
CMYK 0.68 0.94 0 0.45
HSL 256.15º 0.88% 0.29% -
HSV(B) 256.15º 0.94% 0.55% -
XYZ 5.8 2.59 24.62 -
YUV 34.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 44 9 139 0.68 0.94 0 0.45 256.15 0.88 0.29
Hex 2C 9 8B 44 5E 0 2D 100 58 1D
Octal 54 11 213 104 136 0 55 400 130 35
Binary 101100 1001 10001011 1000100 1011110 0 101101 100000000 1011000 11101

Color Harmonies of #2C098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C098B

Black with #2C098B

Text Example


Text Example

White with #2C098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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