Html Css Color HEX #3A0678 Persian Indigo

📋 copy color: '#3A0678'

red 58 ◦ green 6 ◦ blue 120

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

Shades of Persian Indigo #3A0678

Tints of Persian Indigo #3A0678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.22%

R = 31.52%
G = 3.26%
B = 65.22%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A0678 (or 0x3A0678) is known color: Persian Indigo. HEX triplet: 3A, 06 and 78. RGB value is (58,6,120). Sum of RGB (Red+Green+Blue) = 58+6+120=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A0678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0678 is #C5F987. Grayscale: #222222. Windows color (decimal): -12974472 or 7865914. OLE color: 7865914.

HSL color Cylindrical-coordinate representation of color #3A0678: hue angle of 267.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0678 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 6 120 -
CMYK 0.52 0.95 0 0.53
HSL 267.37º 0.9% 0.25% -
HSV(B) 267.37º 0.95% 0.47% -
XYZ 5.2 2.39 17.96 -
YUV 34.54 176.23 144.73 -
System Red Green Blue C M Y K H S L
Decimal 58 6 120 0.52 0.95 0 0.53 267.37 0.9 0.25
Hex 3A 6 78 34 5F 0 35 10B 5A 19
Octal 72 6 170 64 137 0 65 413 132 31
Binary 111010 110 1111000 110100 1011111 0 110101 100001011 1011010 11001

Color Harmonies of #3A0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0678

Black with #3A0678

Text Example


Text Example

White with #3A0678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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