Html Css Color HEX #3A0886 Persian Indigo

📋 copy color: '#3A0886'

red 58 ◦ green 8 ◦ blue 134

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

Shades of Persian Indigo #3A0886

Tints of Persian Indigo #3A0886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 67%

R = 29%
G = 4%
B = 67%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A0886 (or 0x3A0886) is known color: Persian Indigo. HEX triplet: 3A, 08 and 86. RGB value is (58,8,134). Sum of RGB (Red+Green+Blue) = 58+8+134=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A0886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0886 is #C5F779. Grayscale: #242424. Windows color (decimal): -12973946 or 8783930. OLE color: 8783930.

HSL color Cylindrical-coordinate representation of color #3A0886: hue angle of 263.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0886 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 8 134 -
CMYK 0.57 0.94 0 0.47
HSL 263.81º 0.89% 0.28% -
HSV(B) 263.81º 0.94% 0.53% -
XYZ 6.13 2.79 22.77 -
YUV 37.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 58 8 134 0.57 0.94 0 0.47 263.81 0.89 0.28
Hex 3A 8 86 39 5E 0 2F 108 59 1C
Octal 72 10 206 71 136 0 57 410 131 34
Binary 111010 1000 10000110 111001 1011110 0 101111 100001000 1011001 11100

Color Harmonies of #3A0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0886

Black with #3A0886

Text Example


Text Example

White with #3A0886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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