Html Css Color HEX #3A089C Persian Indigo

📋 copy color: '#3A089C'

red 58 ◦ green 8 ◦ blue 156

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

Shades of Persian Indigo #3A089C

Tints of Persian Indigo #3A089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 70.27%

R = 26.13%
G = 3.6%
B = 70.27%

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

#3A089C (or 0x3A089C) is known color: Persian Indigo. HEX triplet: 3A, 08 and 9C. RGB value is (58,8,156). Sum of RGB (Red+Green+Blue) = 58+8+156=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A089C is #C5F763. Grayscale: #272727. Windows color (decimal): -12973924 or 10225722. OLE color: 10225722.

HSL color Cylindrical-coordinate representation of color #3A089C: hue angle of 260.27º 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 #3A089C is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 8 156 -
CMYK 0.63 0.95 0 0.39
HSL 260.27º 0.9% 0.32% -
HSV(B) 260.27º 0.95% 0.61% -
XYZ 7.83 3.47 31.71 -
YUV 39.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 58 8 156 0.63 0.95 0 0.39 260.27 0.9 0.32
Hex 3A 8 9C 3F 5F 0 27 104 5A 20
Octal 72 10 234 77 137 0 47 404 132 40
Binary 111010 1000 10011100 111111 1011111 0 100111 100000100 1011010 100000

Color Harmonies of #3A089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A089C

Black with #3A089C

Text Example


Text Example

White with #3A089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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