Html Css Color HEX #3A089E Persian Indigo

📋 copy color: '#3A089E'

red 58 ◦ green 8 ◦ blue 158

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

Shades of Persian Indigo #3A089E

Tints of Persian Indigo #3A089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 70.54%

R = 25.89%
G = 3.57%
B = 70.54%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A089E (or 0x3A089E) is known color: Persian Indigo. HEX triplet: 3A, 08 and 9E. RGB value is (58,8,158). Sum of RGB (Red+Green+Blue) = 58+8+158=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A089E is #C5F761. Grayscale: #272727. Windows color (decimal): -12973922 or 10356794. OLE color: 10356794.

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

Color convert

RGB 58 8 158 -
CMYK 0.63 0.95 0 0.38
HSL 260º 0.9% 0.33% -
HSV(B) 260º 0.95% 0.62% -
XYZ 8 3.54 32.61 -
YUV 40.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 58 8 158 0.63 0.95 0 0.38 260 0.9 0.33
Hex 3A 8 9E 3F 5F 0 26 104 5A 21
Octal 72 10 236 77 137 0 46 404 132 41
Binary 111010 1000 10011110 111111 1011111 0 100110 100000100 1011010 100001

Color Harmonies of #3A089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A089E

Black with #3A089E

Text Example


Text Example

White with #3A089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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