Html Css Color HEX #3A0682 Persian Indigo

📋 copy color: '#3A0682'

red 58 ◦ green 6 ◦ blue 130

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

Shades of Persian Indigo #3A0682

Tints of Persian Indigo #3A0682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.01%

R = 29.9%
G = 3.09%
B = 67.01%

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

#3A0682 (or 0x3A0682) is known color: Persian Indigo. HEX triplet: 3A, 06 and 82. RGB value is (58,6,130). Sum of RGB (Red+Green+Blue) = 58+6+130=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A0682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0682 is #C5F97D. Grayscale: #232323. Windows color (decimal): -12974462 or 8521274. OLE color: 8521274.

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

Color convert

RGB 58 6 130 -
CMYK 0.55 0.95 0 0.49
HSL 265.16º 0.91% 0.27% -
HSV(B) 265.16º 0.95% 0.51% -
XYZ 5.84 2.64 21.32 -
YUV 35.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 58 6 130 0.55 0.95 0 0.49 265.16 0.91 0.27
Hex 3A 6 82 37 5F 0 31 109 5B 1B
Octal 72 6 202 67 137 0 61 411 133 33
Binary 111010 110 10000010 110111 1011111 0 110001 100001001 1011011 11011

Color Harmonies of #3A0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0682

Black with #3A0682

Text Example


Text Example

White with #3A0682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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