Html Css Color HEX #3A098C Persian Indigo

📋 copy color: '#3A098C'

red 58 ◦ green 9 ◦ blue 140

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

Shades of Persian Indigo #3A098C

Tints of Persian Indigo #3A098C

RGB

 RED value IS 58 (23.05% from 255) = 28.02%

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

 BLUE value IS 140 (55.08% from 255) = 67.63%

R = 28.02%
G = 4.35%
B = 67.63%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A098C (or 0x3A098C) is known color: Persian Indigo. HEX triplet: 3A, 09 and 8C. RGB value is (58,9,140). Sum of RGB (Red+Green+Blue) = 58+9+140=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A098C is #C5F673. Grayscale: #262626. Windows color (decimal): -12973684 or 9177402. OLE color: 9177402.

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

Color convert

RGB 58 9 140 -
CMYK 0.59 0.94 0 0.45
HSL 262.44º 0.88% 0.29% -
HSV(B) 262.44º 0.94% 0.55% -
XYZ 6.58 2.99 25.04 -
YUV 38.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 58 9 140 0.59 0.94 0 0.45 262.44 0.88 0.29
Hex 3A 9 8C 3B 5E 0 2D 106 58 1D
Octal 72 11 214 73 136 0 55 406 130 35
Binary 111010 1001 10001100 111011 1011110 0 101101 100000110 1011000 11101

Color Harmonies of #3A098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A098C

Black with #3A098C

Text Example


Text Example

White with #3A098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A098C; }

 p { color: rgb(58,9,140); }

 H1.HeaderClassName
 {
   color: #3A098C;
 }
 .AnyTagClassName
 {
   color: #3A098C;
 }
</style>

background-color css

<style>
 a { background-color: #3A098C; }

 a { background-color: rgb(58,9,140); }

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

border-color css

<style>
 span { border-color: #3A098C; }

 span { border-color: rgb(58,9,140); }

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