Html Css Color HEX #2A098D Persian Indigo

📋 copy color: '#2A098D'

red 42 ◦ green 9 ◦ blue 141

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

Shades of Persian Indigo #2A098D

Tints of Persian Indigo #2A098D

RGB

 RED value IS 42 (16.8% from 255) = 21.88%

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

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

R = 21.88%
G = 4.69%
B = 73.44%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A098D (or 0x2A098D) is known color: Persian Indigo. HEX triplet: 2A, 09 and 8D. RGB value is (42,9,141). Sum of RGB (Red+Green+Blue) = 42+9+141=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A098D is #D5F672. Grayscale: #212121. Windows color (decimal): -14022259 or 9242922. OLE color: 9242922.

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

Color convert

RGB 42 9 141 -
CMYK 0.70 0.94 0 0.45
HSL 255º 0.88% 0.29% -
HSV(B) 255º 0.94% 0.55% -
XYZ 5.86 2.61 25.39 -
YUV 33.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 42 9 141 0.70 0.94 0 0.45 255 0.88 0.29
Hex 2A 9 8D 46 5E 0 2D FF 58 1D
Octal 52 11 215 106 136 0 55 377 130 35
Binary 101010 1001 10001101 1000110 1011110 0 101101 11111111 1011000 11101

Color Harmonies of #2A098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A098D

Black with #2A098D

Text Example


Text Example

White with #2A098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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