Html Css Color HEX #3A089B Persian Indigo

📋 copy color: '#3A089B'

red 58 ◦ green 8 ◦ blue 155

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

Shades of Persian Indigo #3A089B

Tints of Persian Indigo #3A089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 155 (60.94% from 255) = 70.14%

R = 26.24%
G = 3.62%
B = 70.14%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A089B (or 0x3A089B) is known color: Persian Indigo. HEX triplet: 3A, 08 and 9B. RGB value is (58,8,155). Sum of RGB (Red+Green+Blue) = 58+8+155=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A089B is #C5F764. Grayscale: #272727. Windows color (decimal): -12973925 or 10160186. OLE color: 10160186.

HSL color Cylindrical-coordinate representation of color #3A089B: hue angle of 260.41º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A089B is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 8 155 -
CMYK 0.63 0.95 0 0.39
HSL 260.41º 0.9% 0.32% -
HSV(B) 260.41º 0.95% 0.61% -
XYZ 7.75 3.44 31.27 -
YUV 39.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 58 8 155 0.63 0.95 0 0.39 260.41 0.9 0.32
Hex 3A 8 9B 3F 5F 0 27 104 5A 20
Octal 72 10 233 77 137 0 47 404 132 40
Binary 111010 1000 10011011 111111 1011111 0 100111 100000100 1011010 100000

Color Harmonies of #3A089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A089B

Black with #3A089B

Text Example


Text Example

White with #3A089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,8,155); }

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

background-color css

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

 a { background-color: rgb(58,8,155); }

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

border-color css

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

 span { border-color: rgb(58,8,155); }

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