Html Css Color HEX #3A0681 Persian Indigo

📋 copy color: '#3A0681'

red 58 ◦ green 6 ◦ blue 129

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

Shades of Persian Indigo #3A0681

Tints of Persian Indigo #3A0681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

 BLUE value IS 129 (50.78% from 255) = 66.84%

R = 30.05%
G = 3.11%
B = 66.84%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A0681 (or 0x3A0681) is known color: Persian Indigo. HEX triplet: 3A, 06 and 81. RGB value is (58,6,129). Sum of RGB (Red+Green+Blue) = 58+6+129=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A0681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0681 is #C5F97E. Grayscale: #232323. Windows color (decimal): -12974463 or 8455738. OLE color: 8455738.

HSL color Cylindrical-coordinate representation of color #3A0681: hue angle of 265.37º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0681 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 6 129 -
CMYK 0.55 0.95 0 0.49
HSL 265.37º 0.91% 0.26% -
HSV(B) 265.37º 0.95% 0.51% -
XYZ 5.77 2.61 20.97 -
YUV 35.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 58 6 129 0.55 0.95 0 0.49 265.37 0.91 0.26
Hex 3A 6 81 37 5F 0 31 109 5B 1A
Octal 72 6 201 67 137 0 61 411 133 32
Binary 111010 110 10000001 110111 1011111 0 110001 100001001 1011011 11010

Color Harmonies of #3A0681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0681

Black with #3A0681

Text Example


Text Example

White with #3A0681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,129); }

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

background-color css

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

 a { background-color: rgb(58,6,129); }

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

border-color css

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

 span { border-color: rgb(58,6,129); }

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